authors resource
Base endpoint:
{server_url}/authors
Contains information about authors stored in Book Buddy.
Resource properties
Sample authors resource
{
"id": 1,
"name": "Jojo Moyes",
"booksPublished": "11",
"genreSpeciality": "Romance Fiction"
}
| Property name | Type | Description | Required |
|---|---|---|---|
id | number | The unique ID of the author | System-generated |
name | string | The author’s name | Yes |
booksPublished | string | The number of published books the author has written | No |
genreSpeciality | string | The most common genre of the author’s works. Best practice is to use the Library of Congress Genre/Form Terms | No |