
Introduction
The page covers the second YouTube tutorial on the Rest API.
Notes
- Create a Postman account.
- Navigate to the JSON Placeholder site.
- This site hosts a fake API to test your code against
- Copy the link to a faki API resource (e.g. POSTS, USERS)
- Paste it into Postman
- Note that if you POST, then you get the
id of the new object
- If you GET, then you retrieve that object
Links
Back