The following sections provide brief examples for accessing REST services in different programming languages. More than anything else, they present mechanisms for sending HTTP GET and/or POST requests in each language; the rest of using REST is simply a matter of architectural design.
You might wish to skip directly to your language of choice (the list is alphabetical):
Finally, the tutorial conclusion contains references to additional resources.
1 comments:
'For creation, updating, and deleting data, use POST requests.'
Isn't HTTP methods PUT and DELETE, supposed to be used for updating and posting rather than POST?
If i understood correctly ROA comes from resource oriented architecture?
Post a Comment