Last active
December 28, 2015 21:49
-
-
Save theShiva/7566994 to your computer and use it in GitHub Desktop.
List of useful resources for designing and implementing REST-ful APIs. General Technology-independent resources are listed first, followed by C# / ASP.Net Web API specific resources for accomplishing specific tasks within REST API Development.
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 Design | |
=========== | |
Richardson Maturity Model: Steps toward the glory of REST http://martinfowler.com/articles/richardsonMaturityModel.html | |
PowerShell | |
========== | |
Invoke REST Endpoint: Invoke-RestMethod: http://technet.microsoft.com/en-us/library/hh849971(v=wps.620).aspx | |
ASP.Net MVC Web API | |
=================== | |
How WebAPI does Parameter Binding http://blogs.msdn.com/b/jmstall/archive/2012/04/16/how-webapi-does-parameter-binding.aspx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment