Complete project cleanup: remove unneeded files, organize static assets, update .gitignore
This commit is contained in:
@@ -5,7 +5,8 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8765/api/ebooks/123e4567-e89b-12d3-a456-426614174000/progress
|
||||
url: http://localhost:8765/api/ebooks/{{ebookid}}/progress
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -16,21 +17,21 @@ settings {
|
||||
|
||||
docs {
|
||||
## Get Reading Progress
|
||||
|
||||
|
||||
Retrieves the authenticated user's reading progress for an ebook.
|
||||
|
||||
|
||||
**Authentication:** Required (Bearer token)
|
||||
|
||||
|
||||
**Path Parameters:**
|
||||
- `id` (string): Ebook UUID
|
||||
|
||||
|
||||
**Response:**
|
||||
- `ebook_id` (string): Ebook UUID
|
||||
- `user_id` (string): User UUID
|
||||
- `current_page` (number): Current page number
|
||||
- `total_pages` (number, nullable): Total pages
|
||||
- `last_read_at` (string): Last read timestamp
|
||||
|
||||
|
||||
**Error Responses:**
|
||||
- 401: Invalid authentication
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user