API
GraphQL playground
Create a PAT from our Portal (top right corner your name >
Settings
>Personal Tokens
)Go to https://api.app.gomboc.ai to find our API playground
In the
Headers
section (bottom center), add:
Now you can fetch the schema (lower left corner,
Refresh
button)Next, use the left Explorer tool (top left corner,
Folder
button) to compose Queries or Mutations by selecting the fields that you care forExecute your query (top right corner,
Play
button)
Examples with curl
curl
Get all the organization project names for the current user:
Link a repository to a project:
Something missing? Looking for a particular feature? Please get in touch
Last updated