- Introduction
- What is JSON
- What is REST
- Who's PostMan
- Putting things together
- Sharing information between systems.
- Data stored in one place.
- Access the data in a shape and structure.
- Using a single way to access the data.
-
JavaScript Object Notation
- A way of represent and structure the data.
- Lists (arrays) and objects.
-
REpresentational State Transfer
- Architectural style, that is, a way of planning, designing and executing an arquitecture to build a system.
- REST provides a way to CREATE, READ, UPDATE and DELETE (called CRUD operations)
- REST client.
- Allows making requests to any URL in several ways.
- POST (create), GET, PUT (update), DELETE
- Get it here: Get PostMan.
Made with Slides.com