Skip to content

michaelnull/Week-8-Day-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

Creating apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.6%
  • JavaScript 5.5%
  • HTML 2.5%
  • CSS 1.3%
  • Classic ASP 0.1%