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

OpenAPI generation needs documentation #8

Open
Symbolics opened this issue May 28, 2020 · 4 comments
Open

OpenAPI generation needs documentation #8

Symbolics opened this issue May 28, 2020 · 4 comments

Comments

@Symbolics
Copy link

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.

@mmontone
Copy link
Owner

Alpha OpenAPI support
Parse Open API v3 apis and generate Lisp API spec from it.

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 Symbolics changed the title Alpha OpenAPI support OpenAPI generation needs documentatino May 29, 2020
@Symbolics
Copy link
Author

  • for that. I've changed the title.

@Symbolics Symbolics changed the title OpenAPI generation needs documentatino OpenAPI generation needs documentation May 29, 2020
@Symbolics
Copy link
Author

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.

@naryl
Copy link

naryl commented Oct 5, 2020

#10

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

3 participants