From 66a00f986ef00c375187d61e34a7f145410f8f32 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 7 Nov 2009 18:12:24 +0100 Subject: API: Added filters to the get release command and fixed some bugs --- data/docs/11 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'data/docs') diff --git a/data/docs/11 b/data/docs/11 index 7a863959..ba27b2bb 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -571,6 +571,72 @@ however still required.
= != > >= < <=
= !=   + + vn + integer + = + Find releases linked to the given visual novel ID. + + + title + string + = != ~ +   + + + original + null
string + = !=
= != ~ +   + + + released + null
date (string) + = !=
= != > >= < <= + Note about released filter for the vn type also applies here. + + + patch + boolean + = +   + + + freeware + boolean + = +   + + + doujin + boolean + = +   + + + type + string + = != +   + + + gtin + int + = != + Value can also be escaped as a string (if you risk an integer overflow otherwise) + + + catalog + string + = != +   + + + languages + string
array of strings + = != +   + -- cgit v1.2.3