A Deno SDK for Any OpenAPI Through URL Imports #27645
janwilmake
started this conversation in
Show and tell
Replies: 0 comments
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