Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/post_restful_api
Tiny Flask API consumer example project
https://github.com/braheezy/post_restful_api
Last synced: 17 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T00:35:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T13:35:31.586Z (3 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