Last active
May 4, 2017 02:46
-
-
Save sangramanand/66a0ded8477632ea0bb9e9bbb99ecf3e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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