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

Fix missing inner enum import on operations #79

Merged

Commits on Jan 1, 2020

  1. Fix missing inner enum import on operations

    Previously inner types of complex types were not imported properly on
    operations. This resulted in Retrofit interfaces missing some imports.
    
    This commit introduces methods to inspect and import the inner types
    used as result types of operations.
    
    Fixes Yelp#76
    cortinico committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    54b94dd View commit details
    Browse the repository at this point in the history