typicode / jsonplaceholder

A simple online fake REST API server
https://jsonplaceholder.typicode.com
MIT License
5.05k stars 582 forks source link

Add delay to query parameters #206

Open jtenos opened 1 month ago

jtenos commented 1 month ago

Adding the ability to simulate a delay by adding a ?delay=N query string parameter. This is for Issue #112

Also adding the fix for /guide/ to the template since the previous fix only updated the HTML file itself, and was overwritten when the pages were rebuilt.