Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (26 days ago)
- Default Branch: main
- Last Pushed: 2025-01-11T22:03:40.000Z (25 days ago)
- Last Synced: 2025-01-11T23:18:07.421Z (25 days ago)
- Topics: api, beginner, github, postman, python, requests
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)