Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Faking REST APIs in Under 30 Seconds

Faking REST APIs in Under 30 Seconds

In this talk, I share ways to quickly mock out RESTful API endpoints to facilitate rapid prototyping of user interfaces without the need to delve into backend technologies.

Talk given to the Bucks County Front-End meetup on Apr 6, 2015.

Jim Fitzpatrick

April 06, 2015
Tweet

More Decks by Jim Fitzpatrick

Other Decks in Programming

Transcript

  1. API POST /todos Create a Todo GET /todos List all

    Todos PUT /todos/:id Update an existing Todo DELETE /todos/:id Delete a Todo