mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: add tool to generate documentation for routes
This commit is contained in:
@@ -41,7 +41,19 @@ export interface SCBookAvailabilityRequestByUuid {
|
||||
}
|
||||
|
||||
/**
|
||||
* Route for book availiability
|
||||
* Route for book availability
|
||||
*
|
||||
* This checks if a book is available in a library.
|
||||
*
|
||||
* **Example**:
|
||||
*
|
||||
* `POST https://example.com/bookAvailability`
|
||||
*
|
||||
* ```json
|
||||
* {
|
||||
* "isbn": "978-3-16-148410-0"
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
export class SCBookAvailabilityRoute extends SCAbstractRoute {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user