https://github.com/JocelynVelarde/get-started-with-books-api
Perfect for beginners, this session breaks down the process of making API calls step-by-step, allowing you to send requests, retrieve data, and interact with online services.
https://github.com/JocelynVelarde/get-started-with-books-api
api beginner github postman python requests
Last synced: 6 months ago
JSON representation
Perfect for beginners, this session breaks down the process of making API calls step-by-step, allowing you to send requests, retrieve data, and interact with online services.
- Host: GitHub
- URL: https://github.com/JocelynVelarde/get-started-with-books-api
- Owner: JocelynVelarde
- License: mit
- Created: 2025-01-10T22:12:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T05:08:15.000Z (about 1 year ago)
- Last Synced: 2025-03-01T19:16:31.181Z (about 1 year ago)
- Topics: api, beginner, github, postman, python, requests
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's make our very first API request
Perfect for beginners, this session breaks down the process of making API calls step-by-step, allowing you to send requests, retrieve data, and interact with online services.
## Features
- ✅ Use the simple books API to create your first request
- ✅ Use the requests python library
- ✅ Visualize it on a web app using Streamlit
## Run Streamlit
`streamlit run name_of_script.py`
## Postman Books API docs
[Simple Books API](https://www.postman.com/image-nation/simple-books-api/overview)
## Materials
- [Slides](https://docs.google.com/presentation/d/1gqTWYRlN1UiWSyx-UBazm31kN--w67-JdW5Aka1yUHA/edit?usp=sharing)
- [YouTube Recording of Live Session PT 1](https://www.youtube.com/live/eLfmafuzcqI?si=oDK_hQvdn4_ok9E7)
- [YouTube Recording of Live Session PT 2](https://www.youtube.com/live/dEcgw8pC9ms?si=cqt-Yjhzynt4oO6K)