Jump to content
  • 0

Api


TYOLY

Question

Hey guys, can anyone explain me how to work with api, cauz i really don't understand. I have already read everything about api in the documentation, but I still can't understand anything, I hope for your help

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

The engine API isn't anything really different from any other REST API. There are dozens of tutorials on how to communicate with and talk to APIs in every language out there.

 

Here is a more general article that goes over the concept of the API and how to communicate with it using curl in the command line.

 

Once you understand GET/POST requests, passing headers, and json data then you can read our API docs and do pretty much whatever you want.

 

https://www.smashingmagazine.com/2018/01/understanding-using-rest-api/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...