Get featured genres and top authors for the explore hub.
Output
Encoding
application/jsongenres
array
Required
No description available.
topAuthors
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"genres",
"topAuthors"
],
"properties": {
"genres": {
"type": "array",
"items": {
"ref": "buzz.bookhive.getExplore#genreItem",
"type": "ref"
}
},
"topAuthors": {
"type": "array",
"items": {
"ref": "buzz.bookhive.getExplore#authorItem",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get featured genres and top authors for the explore hub."
}