From da73ec4715f6bdb67833ed482ad09e8735c29977 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 6 Nov 2009 14:28:44 +0100 Subject: API: Added relations flag to get vn command --- data/docs/11 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'data/docs') diff --git a/data/docs/11 b/data/docs/11 index d934ab8f..202d9024 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -310,7 +310,7 @@ however still required.
array of objects no - List of anime related to the VN, each object has the following members:
+ (Possibly empty) list of anime related to the VN, each object has the following members:
"id", integer, AniDB ID
"ann_id", integer, AnimeNewsNetwork ID
"nfo_id", string, AnimeNfo ID
@@ -322,6 +322,19 @@ however still required.
and may not reflect the latest state of their information due to caching. + + relations + relations + array of objects + no + + (Possibly empty) list of related visual novels, each object has the following members:
+ "id", integer
+ "relation", string, relation to the VN
+ "title", string, (romaji) title
+ "original", string, original/official title, can be null. + + Accepted filters for the 'vn' type: -- cgit v1.2.3