GraphQL
coursecake.tisuela.com/api/graphql
What is GraphQL?
📈 GraphQL is a query language for APIs.
It allows for more dynamic, specific queries, helping CourseCake give you the information you need. However, the kind of requests you will have to make are more complex.
New to GraphQL? Learn more on their website: graphql.org
Check it out
👀 You can see our GraphQL Schema documentation and try it out live on our GraphiQL browser.
coursecake.tisuela.com/api/graphql is another Web API endpoint (it is not RESTful) for queries via GraphQL. Note that you will need to use POST
for every request.
🔍 Find out more about sending requests to a GraphQL server