Skip to content
Discussion options

You must be logged in to vote

The webhook methods are specifically meant to be called from Git providers, but that is fine because users are meant to call the regular API, which is actually a lot more powerful. This is authenticated via API keys. You can generate a valid API key + secret from the Settings -> Profile page.

There is an example curl with Komodo API: https://docs.rs/komodo_client/latest/komodo_client/api/index.html#curl-example.

You can find information on all the available APIs you can call here, for example these are all the /execute requests: https://docs.rs/komodo_client/latest/komodo_client/api/execute/index.html

You can also do the script in Rust, and use the Rust client: https://docs.rs/komodo_clie…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lordraiden
Comment options

You must be logged in to vote
3 replies
@lordraiden
Comment options

@mbecker20
Comment options

@mbecker20
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants