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
|
||||
url: http://localhost:8765/api/ebooks/{{ebookid}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -14,23 +15,19 @@ settings {
|
||||
timeout: 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
docs {
|
||||
## Get Ebook
|
||||
|
||||
|
||||
Retrieves details of a specific ebook.
|
||||
|
||||
|
||||
**Authentication:** Required (Bearer token)
|
||||
|
||||
|
||||
**Path Parameters:**
|
||||
- `id` (string): Ebook UUID
|
||||
|
||||
|
||||
**Response:** Complete ebook object with all metadata
|
||||
|
||||
|
||||
**Error Responses:**
|
||||
- 401: Invalid authentication
|
||||
- 404: Ebook not found
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user