diff options
author | Yorhel <git@yorhel.nl> | 2009-11-07 16:19:09 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-11-07 16:19:09 +0100 |
commit | e745c48e897c580af7c2841832ce0e9786e647c3 (patch) | |
tree | c82cda62b491b535598073b93375f2a34f20d925 /data | |
parent | a418f879fc377c64e2acbbf5d54f97ad524f3302 (diff) |
API: Added vn and producers info flags to the get release command
Diffstat (limited to 'data')
-rw-r--r-- | data/docs/11 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/docs/11 b/data/docs/11 index 99c727d7..7a863959 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -530,6 +530,31 @@ however still required.<br /> An empty array is returned when the media are unknown. </td> </tr> + <tr class="odd"> + <td>vn</td> + <td>vn</td> + <td>array of objects</td> + <td>no</td> + <td> + Array of visual novels linked to this release. Objects have the following members: + id, title and original. These are the same as the members of the "get vn" command. + </td> + </tr> + <tr> + <td>producers</td> + <td>producers</td> + <td>array of objects</td> + <td>no</td> + <td> + (Possibly empty) list of producers involved in this release. Objects have the following members:<br /> + "id", integer<br /> + "developer", boolean,<br /> + "publisher", boolean,<br /> + "name", string, romaji name<br /> + "original", string, official/original name, can be <b>null</b><br /> + "type", string, producer type + </td> + </tr> </table> <b>Accepted filters for the 'release' type:</b> |