Answer the question
In order to leave comments, you need to log in
How to do integration?
Guys, I've been frankly tortured over the past few days with a couple of instructions for integrating Api. I do not understand. Everywhere there are:
HTTP Basic Auth.
REST
/GET/.....
/POST/
Either I'm a total newbie in this, or it's not PHP)))
In short, I do everything through CURL, because our sites are simple in php.
Maybe there is some common resource where you can read about integrations, terminology, methods.
Answer the question
In order to leave comments, you need to log in
Before learning PHP, it's worth spending an hour to learn the basics of the HTTP protocol, which you will inevitably have to work with on the web, for everything in the same PHP.
HTTP Basic Auth.
REST
/GET/.....
/POST/
Integration is essentially adding another (third party) service to your project.
This happens through a special API interface, through which your program can easily interact with the service. REST is one kind.
About authorization: samag.ru/archive/article/1631
GET POST - these are the methods: https://ru.wikipedia.org/wiki/HTTP
PHP is one of the many programming languages in which the program for interaction will be made.
Everything you listed is easily found on Google.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question