Commit d0c66f

2025-02-03 16:43:13 Hargata Softworks: x
advanced/api.md ..
@@ 8,7 8,11 @@
### In-line URL Authorization
In-line authorization is supported as of 1.4.3 as it is necessary for authorization for the calendar endpoint. Use it as so:
- `https://username:password@lubeloggerdomain/api/apiendpoint`
+ `https://username:password@lubeloggerdomain/api/endpoint`
+
+ For the calendar endpoint, it will look something like this:
+
+ `https://test:1234@demo.lubelogger.com/api/calendar`
## POST/PUT Encoding
As of 1.4.2, LubeLogger supports bodies in both form-data, x-www-form-urlencoded, and JSON format.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9