Skip to content

Instantly share code, notes, and snippets.

@sangramanand
Last active May 4, 2017 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangramanand/66a0ded8477632ea0bb9e9bbb99ecf3e to your computer and use it in GitHub Desktop.
Save sangramanand/66a0ded8477632ea0bb9e9bbb99ecf3e to your computer and use it in GitHub Desktop.
REST API Concepts
-----------------
HTTP methods - GET, POST, PUT, DELETE
SOAP has WSDL as service definition
REST has no standard
200 - OK
500 - Error on the server while processing the request
404 - Page not found error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment