A small playground API: UUIDs, haiku names, base64 helpers, HTTP verb/status echoes, an in-memory key-value store, file upload, replay queue, configurable delay.
Interactive Swagger UI lives at the API root:
- Production: https://api.bondarewicz.com/v1/
- Local: http://localhost:8080/v1/
npm install
PORT=8080 npm run devRate limited to 1000 requests per hour per IP.
/anythings/:id and /replay are backed by in-memory state — data does not survive a process restart.