-
Notifications
You must be signed in to change notification settings - Fork 75
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
Generate all endpoints #444
Comments
or maybe bypass mu and openapi and do:
|
The documentation does not provide return types, though. It's all well and good on a dynamic typing language like javascript, but it's a big missing piece for Scala. |
We might be able to infer them from a response though |
If in futur, we will generate all code of github4s. I think the lib ghostbuster91/sttp-openapi-generator is interested. But currently, sttp-openapi-generator can't still generate compilable code. Generate all endpoints,this could allow reduce the time of developpement, debug, testing(if the generator is reliable). We can still after fix manually the typing issue. The idea seems great for me. |
Hello, Just wondering, ever thought of using https://github.com/github/rest-api-description as a basis? It's in beta according to the README, but as far as I can see, it's pretty much in line with the actual API, If there is any interest, I can start working on a PoC. |
Sounds really interesting, thanks @abestel ! |
interessed |
This article got me thinking:
🤔
The text was updated successfully, but these errors were encountered: