Akkarian
Akkarian11mo ago

Import API Documentation

Is there a possibility to import an API Dok to use it later in the scripts ?
7 Replies
rubenf
rubenf11mo ago
What's an API dok ?
Akkarian
Akkarian11mo ago
A documentation from a RestAPI with the Calls that you then can use in the scrips apps etc.
rubenf
rubenf11mo ago
Is that documentation openapi ? Because if yes we do have a generator from openapi to fetch
rubenf
rubenf11mo ago
you can copy paste the Node.js example, and just remove the fetch import
rubenf
rubenf11mo ago
but also we do already have most of those in the hub: https://hub.windmill.dev/integrations/jira
Akkarian
Akkarian11mo ago
oh great that something i didn't know thank you so much for the help