Route path based requests to JSON endpoints. Designed for web APIs
Usage examples
from chaosrouter import ChaosRouter
router = ChaosRouter({
"404": {
"error": "Not Found",
"message": "The page you are looking for does not exist",
"code": 404
}
})
Draft = router.route("/404")
data = Draft.proceed()
print(data)
# Output:
# {
# "error": "Not Found",
# "message": "The page you are looking for does not exist",
# "code": 404
# }
Release files for chaosrouter 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| chaosrouter-0.2.7.tar.gz | 5.8 kB | Details |
Release files / chaosrouter-0.2.7.tar.gz
| Download URL | chaosrouter-0.2.7.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36b2a2b6cf74ae1a6832d17b07c9302b191aa166123b4e40cefac64943d4ed7c
|
|
BLAKE2b-256 checksum How to use checksums |
181b196ad2318828e3904e6f9d622995fda42499f6d07faecdf16f8d1b89af18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |