-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Open
Copy link
Labels
feature requestfeatures that are requested or are in the roadmapfeatures that are requested or are in the roadmap
Description
👋 Hello,
the getMangaFullById()
endpoint returns authors
but does not include the role of the author/staff - the type
field is always just people
by the look of it (example) where the MAL UI has a proper role (example) - would it be possible to extract the role of the author into the JSON response? 🙂
Ideal response would be like below (added role
key)
{
"data": {
"authors": [
{
"mal_id": 10426,
"type": "people",
"name": "Matsuse, Daichi",
"role": "Art",
"url": "https:\/\/myanimelist.net\/people\/10426\/Daichi_Matsuse"
},
{
"mal_id": 32649,
"type": "people",
"name": "Nagatsuki, Tappei",
"role": "Story",
"url": "https:\/\/myanimelist.net\/people\/32649\/Tappei_Nagatsuki"
}
]
}
}
Metadata
Metadata
Assignees
Labels
feature requestfeatures that are requested or are in the roadmapfeatures that are requested or are in the roadmap