Skip to content

TIY-LR-NET-2015-June/Week-8-Day-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Week-8-Day-3

Creating apis

Day 37 - Producing APIs

Today:

  • 1 million cups
  • Web Api

Assignment

Create a web aspi app that allows a client to list all Posts via an API.

  • GET /posts to return all posts
  • GET /posts/:id gives details of a post
  • POST /posts creates a post
  • PUT /posts/:id updates a post
  • DELETE /posts/:id deletes a post

Test your apps using Fiddler 2

Releases

No releases published

Packages

No packages published