Akkarian
Akkarian14mo ago

Import API Documentation

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