-
Notifications
You must be signed in to change notification settings - Fork 0
REST API #13
Comments
Which kind of communication type ? JSON, XML, SOAP, GET, POST ? |
Request: Response: |
??? Äh, you mixing the data format and the Protocol. If you develop a REST API over HTTP you ALWAYS have GET, POST, PUT and DELETE. Thats the HTTP REST API. If you use xml or json is a complete different think. |
Nope, I don't :) Personally I don't think we need the possibility to delete bundles yet :) |
Well, thats the implementation. But REST is post, get, put and delete. There are no other options. |
I know, what do you want to tell us? :D |
^ thats the reasion. I was not sure you get the difference between those. |
I know...me neither :D |
gna gna gna |
Develop a REST API so we can support filtering/limit/searching products for the client.
The text was updated successfully, but these errors were encountered: