Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Survilla platform uses GraphQL to access the API. GraphQL brings improvements in the form of greater clarity and strict types. There are a lot of GraphQL client libraries for almost every programing language. Link: https://graphql.org/code/#language-support

...

Code Block
languagegraphql
https://provider_URL/api/graphql.php

Where provider_URL is special URL per - different for each provider.

More about GraphQL is here https://graphql.org/learn/ .

...