+ 1
How do I learn the API side of PHP?
i need all the help i can get.
3 Answers
+ 4
By reading the API documentation.
API is not just one thing. It depends on the developer.
Some need authentication some not. It may use oAuth2. API keys. Rate limits. Endpoints.
+ 3
Curl. Or http protocol in general.
0
Toni Isotalo what do I learn first like what concepts should I learn?