This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
api [2026/05/18 15:54] nightfly [Read-only clients apps API] |
api [2026/07/29 13:45] (current) nightfly |
||
|---|---|---|---|
| Line 321: | Line 321: | ||
| ====== Read-only clients apps API ====== | ====== Read-only clients apps API ====== | ||
| - | Works same way, but not requires login+password or login+authtoken(md5 hash of password) instead of WolfRecorder serial. | + | Works same way, but requires |
| You can set user credentials as raw GET variables or inside keys in " | You can set user credentials as raw GET variables or inside keys in " | ||
| Line 341: | Line 342: | ||
| - | ====== Usage examples | + | ===== Usage examples ===== |
| - | ===== Normal request | + | ==== Normal request ==== |
| < | < | ||
| curl -s -X POST ' | curl -s -X POST ' | ||
| Line 376: | Line 377: | ||
| </ | </ | ||
| - | ===== Wrong credentials | + | ==== Wrong credentials ==== |
| < | < | ||
| Line 392: | Line 393: | ||
| - | ===== Wrong request format | + | ==== Wrong request format ==== |
| < | < | ||