GraphQL
GraphQL: It is query language to fetch data from our database. It is possible to query live data, but also retrieve historic data.
- GraphQL API over https://graphql.regent.cloud/v1/graphql -> interactively available on https://regent.cloud/graphql
- Authentication with OAuth 2.0 available on https://auth.regent.cloud
- URL: http://auth.regent.cloud/realms/Regent/protocol/openid-connect/token
- Form Data:
Key Value client_id mda2 username <username> password <password> scope openid grant_type password