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 | ||
---|---|---|
| ||
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/ .
...