Commit 640330

2024-02-09 22:02:40 Hargata Softworks: cde
api.md ..
@@ 1,6 1,6 @@
# API
- LubeLogger provides API endpoints to retrieve and add records, full documentation of these endpoints can be found at /api.
+ LubeLogger provides API endpoints to retrieve and add records, full documentation of these endpoints can be found at `/api`.
## Authentication
If authentication is enabled, it implements Basic Auth based on RFC2617, which stipulates that the "token" is passed in as a Base64-encoded string comprising of a username and password separated by a colon(":"). Because of this, neither the username nor password can contain a colon(":") character.
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