Good Day everyone, please do you have a tutorial that can teach me how to consume an api with cakephp ?
I want to consume the below api with my cakephp application.
Your help will be appreciated.
Thanks
Good Day everyone, please do you have a tutorial that can teach me how to consume an api with cakephp ?
I want to consume the below api with my cakephp application.
Your help will be appreciated.
Thanks
If the API doesn’t require any kind of login / auth-token generation, which appears to be the case here, then you could simply get / post data to and from the documented API endpoints via HTTP Sockets: http://book.cakephp.org/2.0/en/core-utility-libraries/httpsocket.html