Skip to content

Instantly share code, notes, and snippets.

@theShiva
Last active December 28, 2015 21:49
Show Gist options
  • Save theShiva/7566994 to your computer and use it in GitHub Desktop.
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.
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