Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Swagger and Modify Swagger UI API Key #56

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2015

  1. change existing setUpSwagger to return the created BeanConfig, and ad…

    …d new protected void setUpSwagger(Swagger swagger) that allows users of dropwizard-swagger to modify the Swagger object, and then add it to the application's context so it can be used in ApiListingResource. This should allow us to add security definitions, tags, etc.
    nmonterroso committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    47de730 View commit details
    Browse the repository at this point in the history
  2. reorganizing some code

    nmonterroso committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    42f2c79 View commit details
    Browse the repository at this point in the history
  3. add "ui" section to SwaggerBundleConfiguration and pass through to Sw…

    …aggerView. Currently supported is the ability to modify the default api key and where it goes (header, query) in requests, as well as the name of the header or query param
    nmonterroso committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    872ca00 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Bump version of dropwizard and swagger

    Upgraded dropwizard to v0.8.4 and swagger to 1.5.4
    nqv committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    88bbee3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Configuration menu
    Copy the full SHA
    599158e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7444f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df14c6 View commit details
    Browse the repository at this point in the history
  4. fixing versions

    nmonterroso committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    d33bab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a69af9a View commit details
    Browse the repository at this point in the history