Browse Source

update readme

main
ghost 2 years ago
parent
commit
5b16d83ca1
  1. 5
      README.md

5
README.md

@ -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

Loading…
Cancel
Save