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

Don't use Swagger spec path for API URL #295

Merged
merged 1 commit into from
Sep 18, 2018

Commits on Sep 13, 2018

  1. Don't use Swagger spec path for API URL

    According to the Swagger spec we should not use the path part of the
    spec URL, but instead just use the host part of the URL (see the
    existing comment for build_api_serving_url, as well as
    https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields
    ).
    
    Also update tests to match new behaviour.
    mulmschneider committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    1083636 View commit details
    Browse the repository at this point in the history