Completing the implementation of the REST API #1855
elidrissidev
started this conversation in
Ideas
Replies: 1 comment
-
I needed to interface with another server in a current project. The other server uses REST, as a client, I use Guzzle in OM, here's how I installed it. But I managed to persuade the stakeholders that we use JSON-RPC, which can be readily extended in OM. It inherits existing features of users and roles management from SOAP and XML-RPC. I also managed to figure out a way to call the JSON-RPC API similar in style to SOAPv2, in which the client call the method directly instead of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When it comes to integrating an ERP system with Magento 1, one is forced to use the SOAP API which is old and slow, to say the least...Magento 1 has had a few REST API endpoints for a long time but it's missing a lot of essential functionality. I think a lot of people would benefit from a fully implemented REST API that covers all the features and functionality available in the SOAP API. What are your opinions?
Beta Was this translation helpful? Give feedback.
All reactions