Author
Retrieve an author
get/authors/{id}
Path parameters
ID of the author to retrieve
Response
Author retrieved successfully
Example response
{
"id": "612103be20aaf1e4d5e85641",
"birthDate": "1955-05-19",
"country": "Canada",
"link": "https://fr.wikipedia.org/wiki/James_Gosling",
"name": "Jame Gosling",
"picture": "https://link-to-picture.com/author-name"
}