Global documentation
timeout
All API requests including custom routes have a timeout option, by passing timeout=N
query param you can add a timeout for response, where N
is number of seconds.
Example https://api.jsonhub.net/api/users?timeout=5
will return response after 5 seconds
Timeout max value: 10