-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Open
Copy link
Labels
feature requestfeatures that are requested or are in the roadmapfeatures that are requested or are in the roadmapin progressFeatures/Issues that are in progress of being completed/fixedFeatures/Issues that are in progress of being completed/fixed
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"
}
]
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestfeatures that are requested or are in the roadmapfeatures that are requested or are in the roadmapin progressFeatures/Issues that are in progress of being completed/fixedFeatures/Issues that are in progress of being completed/fixed
Type
Projects
Status
In Progress
