GraphQL
GraphQL: Es ist eine Abfragesprache zum Abrufen von Daten aus unserer Datenbank. Es ist möglich, Live-Daten abzufragen, aber auch historische Daten abzurufen.
- GraphQL API über https://graphql.regent.cloud/v1/graphql -> auch interaktiv auf https://regent.cloud/graphql verfügbar
- Authentifizierung mit OAuth 2.0 über https://auth.regent.cloud verfügbar
- 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