From 4bba7d38125dfd223f6928c6b0512e69533b0b84 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 19 Jun 2016 11:42:17 +0200 Subject: API: Add "tags" filter to "get vn" + increase throttle throttle --- data/docs/11 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'data') diff --git a/data/docs/11 b/data/docs/11 index 5e5962c7..17f93186 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -606,6 +606,22 @@ however still required.
that it can use a different algorithm than the search function on the website. + + tags + int
array of ints + = != + + Find VNs by tag. When providing an array of ints, the '=' filter will return + VNs that are linked to any (not all) of the given tags, the '!=' filter will + return VNs that are not linked to any of the given tags. You can combine + multiple tags filters with 'and' and 'or' to get the exact behavior you + need.
+ This filter may used cached data, it may take up to 24 hours + before a VN will have its tag updated with respect to this filter.
+ Be warned that this filter ignores spoiler settings, fetch the tags + associated with the returned VN to verify the spoiler level. + + :SUBSUB:get release @@ -1492,6 +1508,7 @@ however still required.

2.25