Library
It is used to get information about the books and textbook.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./biblioteca | It is used to return the books from the library. |
GET | ./biblioteca/domenii | It is used to get the domain list. |
GET | ./biblioteca/carte | It is used to get the details of a book. |
GET | ./biblioteca/download | It is used to return the link to the downloaded file. |