jsmilkstein /
apitest
This is a tiny Python flask API to develop tests against
28/100 healthLoading repository data…
BaseMax / repository
A tiny python web application based on Flask to set, get, expire, delete keys of Redis database easily with direct link at the browser.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A tiny python web application based on Flask to set, get, expire, delete keys of Redis database easily with direct link at the browser.
flask run
Set a new key with value:
http://127.0.0.1:5000/set/name/Max
Update the value of a key:
http://127.0.0.1:5000/update/name/NewMax
Get value of a key:
http://127.0.0.1:5000/get/name
Set value to a key with expire time:
http://127.0.0.1:5000/set/name/Max/5
Set expire time on a key:
http://127.0.0.1:5000/expire/name/10
Delete a key:
http://127.0.0.1:5000/delete/name
Note: You do not have to put / at the last of the URL, this is not allowed.
© Copyright Max Base, 2021
Selected from shared topics, language and repository description—not editorial ratings.
jsmilkstein /
This is a tiny Python flask API to develop tests against
28/100 healthgiacomomarchioro /
An implementation using Python Flask of unAPI: a tiny HTTP API.
37/100 healthsucharithanreddy /
tiny Python Flask API that returns a JSON message. Containerized with Docker. Deployed to Kubernetes (Minikube) using: Deployment (for pods & replica management), Service (to access it), Namespace & Probes (liveness/readiness)..
34/100 health