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

Remove leading slash if Swagger Spec are specifying a basePath #50

Merged
merged 2 commits into from
Jul 25, 2019

Commits on Jul 13, 2019

  1. Remove leading slash if Swagger Spec are specifying a basePath

    When generating Retrofit interfaces, we need to remove the leading
    slash from the generated path. Having a leading slash will force
    the path to be absolute for the host and will make URLs like:
    https://petstore.swagger.io/v2/
    impossible to call.
    
    Fixes #49
    cortinico committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    1e32c7e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    4491f6c View commit details
    Browse the repository at this point in the history