serfe Posted August 4, 2015 Share Posted August 4, 2015 Hi guys, I am pretty new at PrestaShop and I am looking for a way of executing API calls to a 3rd party REST API outside PrestaShop. I have been looking around and could not found a way of using some already implemented class or library of the PrestaShop in order to execute a REST call to some external API So, my question, does PrestaShop provides a Method for doing this? Regards, Luciano Link to comment Share on other sites More sharing options...
bellini13 Posted August 4, 2015 Share Posted August 4, 2015 Hi Luciano, no I have not encountered any such function of Prestashop. You can probably just use the core php CURL functions to open an http connection, and GET or POST the information as required. There are likely some other third party packages that you could use as well. Link to comment Share on other sites More sharing options...
serfe Posted August 5, 2015 Author Share Posted August 5, 2015 Hi bellini13, Thanks for your feedback Regards, Luciano Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now