update readme

This commit is contained in:
ghost 2023-04-23 03:03:27 +03:00
parent 9916fb701f
commit 5b16d83ca1

View File

@ -56,9 +56,10 @@ sphinxsearch
#### API #### API
JSON interface to build third party applications / distributed index sharing. JSON interface to build third party applications / distributed index sharing.
Could be enabled or disabled by API_ENABLED option Could be enabled or disabled by API_ENABLED option
Address ###### Address
``` ```
/api.php /api.php
@ -67,6 +68,7 @@ Address
##### Search API ##### Search API
Returns search results. Returns search results.
Could be enabled or disabled by API_SEARCH_ENABLED option Could be enabled or disabled by API_SEARCH_ENABLED option
###### Request attributes ###### Request attributes
@ -80,6 +82,7 @@ GET page={int} - search results page, 1 if not provided
##### Hosts distribution API ##### Hosts distribution API
Returns node hosts collected with fields provided in API_HOSTS_FIELDS settings. Returns node hosts collected with fields provided in API_HOSTS_FIELDS settings.
Could be enabled or disabled by API_HOSTS_ENABLED option Could be enabled or disabled by API_HOSTS_ENABLED option
###### Request attributes ###### Request attributes