Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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