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

Evaluate new API for registering Servers #15

Open
nerdsupremacist opened this issue May 9, 2020 · 2 comments
Open

Evaluate new API for registering Servers #15

nerdsupremacist opened this issue May 9, 2020 · 2 comments
Labels
enhancement New feature or request Extraction Refers to the Process of getting the basic Structs from the Project

Comments

@nerdsupremacist
Copy link
Owner

  • Add a way to register a default url
  • Add a way to list them, instead of including the entire json in place
@nerdsupremacist nerdsupremacist added enhancement New feature or request Extraction Refers to the Process of getting the basic Structs from the Project labels May 9, 2020
@nerdsupremacist
Copy link
Owner Author

Link this to #14 since we could list the url by itself and add the schema in the cache folder

@nerdsupremacist
Copy link
Owner Author

nerdsupremacist commented May 10, 2020

Evaluate writing a mini language for this.

project = path/to/project.xcodeproj

noCache
noFormatting

apis {
    Movies {
       url = https://tmdb-graph.herokuapp.com
       headers {
           Authorization = Bearer bdjfbasdjkfsjdfjdfasdfs
       }
    }

    StarWars {
        json = "schemas/StarWars.json"
    }
}

or maybe just use yaml like everyone else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Extraction Refers to the Process of getting the basic Structs from the Project
Projects
Development

No branches or pull requests

1 participant