Enhance REQBIN API testing section with notes

Added important notes about using REQBIN for API testing, including URL formatting and request limits.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
This commit is contained in:
Philip Abbey
2025-12-03 18:59:47 +00:00
committed by GitHub
parent b86f54496f
commit fd373e9dbb

View File

@@ -116,7 +116,9 @@ pause
#### API: On-line
There's an online way of testing the API URL too, thanks to [REQBIN](https://reqbin.com/post-online). This has less setup and it can be saved if you log into the web site.
There's an online way of testing the API URL too, thanks to [REQBIN](https://reqbin.com/post-online). This has less setup and it can be saved if you log into the web site. Please note two things:
1. The URL entere below must include a trailing '/' unlike the URL entered into the watch settings.
2. The service imposes a limit on the number requests you can submit without a subscription, so click with purpose! NB. Changing browser buys you a few more clicks.
![API Test REQBIN](images/api_test_online.png)