https://github.com/braheezy/post_restful_api
Tiny Flask API consumer example project
https://github.com/braheezy/post_restful_api
Last synced: 4 months ago
JSON representation
Tiny Flask API consumer example project
- Host: GitHub
- URL: https://github.com/braheezy/post_restful_api
- Owner: braheezy
- Created: 2020-02-08T04:26:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T00:35:34.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:32:30.889Z (6 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
```python
pip install -r requirements.txt
launch.sh
```
To test, make your own JSON files containing your expected values.I've never made a REST API, so this was satisfying to complete.
Hightlights include:
1. Concurrency to do many requests
2. Caching to avoid duplicate requests