| title | Chapter 20: Introduction to Web APIs & REST |
|---|---|
| date | 2021-10-01 09:28:27 -0500 |
| draft | false |
| weight | 20 |
| originalAuthor | John Woolbright |
| originalAuthorGitHub | jwoolbright23 |
| reviewer | Sally Steuterman |
| reviewerGitHub | gildedgardenia |
| lastEditor | Terri Penn |
| lastEditorGitHub | tpenn |
| lastMod | 2024-01-01 06:33:27 -0600 |
After completing this chapter, you should be able to do the following:
- Submit HTTP requests using
Postmanto an API and receive the expected response
GETPOSTDELETE
- Submit a bad HTTP reuqest, understand the response and how to fix it
You should also have an understanding of the following:
- HTTP methods
- Endpoints
- Status Codes
- Headers
- API design
- API
- Web API
- Server-side rendering
- Client-side rendering
- data presentation
- data representation
- state
- REST
- RESTful web services
- Representational state transfer
- JSON serialization
- JSON deserialization
- resource
- resource entity
- resource collection
- Shape
- Endpoint
{{% children %}}