GraphQL wrapper for using the sipgate REST API v2.
- Clone this repository.
npm install
npm start
- Get a valid access token following the steps in the authorization docs.
- You can now use GraphiQL with the sipgate API at http://localhost:3009/graphql?authorization=<YOUR_ACCESS_TOKEN>.