REST



REST

1 2


rest-talk

A collection of all the different rest stuff that I've learned, collected into slides

On Github dwcaraway / rest-talk

HTTP APIs

By Dave Caraway

dave@fogmine.com

Note About Slides

  • Move up/down/left/right
  • Work in progress
  • Hosted on Github (fork please)
  • Meant to introduce concepts of REST

Web API Example

Web Service Call

Request-Line:
GET http://private-79b7-codecamp.apiary-mock.com/hello-basic HTTP/1.1
Run
"); $("#codecampout1").each(function(i, e){hljs.highlightBlock(e)}) } }); } ;

Web Service Call with Linking

Request-Line:
GET http://private-79b7-codecamp.apiary-mock.com/hello-linked HTTP/1.1
Run