-
Notifications
You must be signed in to change notification settings - Fork 9
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
OpenAPI generation needs documentation #8
Comments
That refers to rs.openapi:define-api-from-spec that parses an OpenAPI v3 json spec file and generates a Lisp api interface. I'm using it in one of my projects and works for my purposes. But it needs to be documented. |
Symbolics
changed the title
Alpha OpenAPI support
OpenAPI generation needs documentatino
May 29, 2020
|
Symbolics
changed the title
OpenAPI generation needs documentatino
OpenAPI generation needs documentation
May 29, 2020
Just to add: it would be great if this were separated from cl-rest-server so that folks just generating REST clients from a spec could use it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the README:
Alpha OpenAPI support
Parse Open API v3 apis and generate Lisp API spec from it.
cl-swagger might be a good place to start. The original seems unmaintained, but there are active forks.
The text was updated successfully, but these errors were encountered: