This is a simple api to simulate long-running API calls.
The image exposes port 8181 so map your port properly.
docker run -p xxxx:8181 codingpuss/long-api
Currently, you can call the following apis
/users/{delay}/random
Where delay is the number of delay in milliseconds the API will wait before returning the result
/users/{delay}/{count}/random-list
delay was explained above.
count is the size of the array
Content type
Image
Digest
sha256:610292ad2…
Size
74.3 MB
Last updated
about 4 years ago
docker pull codingpuss/long-api:0.0.2