From 898c994eedcd0dcc02cf56eb99c12ebd13ec52c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Tue, 6 Sep 2016 18:14:11 +0200 Subject: [PATCH] add generated files --- _sources/dev/search_api.txt | 4 +++- dev/search_api.html | 10 +++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_sources/dev/search_api.txt b/_sources/dev/search_api.txt index 59d3c825..c1bc6a13 100644 --- a/_sources/dev/search_api.txt +++ b/_sources/dev/search_api.txt @@ -1,7 +1,7 @@ Search API ========== -The search supports both ``GET`` and ``POST``. However, using ``GET`` the parameters of the request remain hidden. So it is advised to use ``GET`` for querying. +The search supports both ``GET`` and ``POST``. Furthermore, two enpoints ``/`` and ``/search`` are available for querying. @@ -29,3 +29,5 @@ Parameters +------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ | ``pageno`` | Search page number | optional (default: ``1``) | +------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ +| ``time_range`` | Time range of search | optional | ++------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ diff --git a/dev/search_api.html b/dev/search_api.html index eb583b41..e27aa7dd 100644 --- a/dev/search_api.html +++ b/dev/search_api.html @@ -41,12 +41,12 @@

Search APIΒΆ

-

The search supports both GET and POST. However, using GET the parameters of the request remain hidden. So it is advised to use GET for querying.

+

The search supports both GET and POST.

Furthermore, two enpoints / and /search are available for querying.

-
GET /
+
GET /
 
-
GET /search
+
GET /search
 
@@ -84,6 +84,10 @@ Search page number optional (default: 1) +time_range +Time range of search +optional +