Get the latest tech news
Mock – An API creation and testing utility: Examples
How-tos & Examples¶ Delaying specific endpoints¶ Making an existing API slow can be easily accomplished combining mock’s Base APIs and the delay option. $ mock serve -p 8000 --base example.com --delay 2000 You may want however to make a specific endpoint slow instead of the whole API.
None
Or read this on Hacker News

