A Deno SDK for Any OpenAPI Through URL Imports #4298
Closed
janwilmake
started this conversation in
Tooling
Replies: 1 comment
-
@janwilmake we're happy to see enthusiasm and innovation, but this repository is for the specification itself and we have more than enough to do on the spec, and no bandwidth to give feedback through this repository. You might try on the slack in the tooling channel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traditional API integration workflows are cumbersome, requiring separate SDKs that bloat your project with hundreds of unnecessary files. I love the deno URL import functionality and decided to make this: https://oapis.org (GitHub: https://github.com/janwilmake/oapis)
As long as there's a openapi.json available at the domain, you can import a type safe fetch-function as follows:
Hope you like it. Feedback appreciated!
Beta Was this translation helpful? Give feedback.
All reactions