-
Notifications
You must be signed in to change notification settings - Fork 243
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
Document the API and using Gaia without the Admin client #150
Comments
@Skarlso thanks. We need this for sure! I also think that the current way of triggering a Gaia pipeline is too complex and not really user friendly (send request to get bearer token, send another request to trigger pipeline). |
@michelvocks Hmm. How would you get to that token? Or would you have to use an authenticated admin for it which gives it to you for later usage? We'd have to safe the triggering token / pipeline, which should be fine. 🤔 |
Exactly. In the pipeline settings you should be able to set/generate a token and attach it to one specific pipeline. |
Cool! That sounds doable! |
It would be great if you could provide open API / swagger specs for the API, so we can use existing tooling like swagger-codegen to generate clients for SDK :) |
Swagger has been added. I'll update the gaia docs with a static rip off it. Otherwise, the docs are available under: |
Documentation and swagger has been added. Better late then never, I guess @leberknecht :D |
There has been need to not use the UI but rather the API directly. We need to document a proper way of using the API without the admin client and document the API as well and it's features.
The text was updated successfully, but these errors were encountered: