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

Expose OpenAPI spec if one exists #6

Open
zackdotcomputer opened this issue Sep 2, 2020 · 0 comments
Open

Expose OpenAPI spec if one exists #6

zackdotcomputer opened this issue Sep 2, 2020 · 0 comments

Comments

@zackdotcomputer
Copy link

Hey! Looking to build on top of this API and it would be really helpful if there were an OpenAPI spec or equivalent available for it. I'm guessing from the way the docs are laid out that these are at least partially codegen'd by some tool.

If that tool is ingesting a markup definition of the API, could the markup version be exposed?

If the markup is exposed already, could you point me to it and I'll create a PR to add links to it from the site and Readme?

If that tool is reading the source code, can it be configured to generate an OpenAPI spec in addition?

My main motivation here is that specs like OpenAPI can be used to:

  1. Easily mock the servers so I don't mess up my production LunchMoney account
  2. Set up Postman so I can make manual API calls and inspect the results
  3. Automatically generate API clients in different languages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant