You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-24Lines changed: 35 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@
13
13
1.[Installation](#installation)
14
14
1.[Basic usage](#basic-usage)
15
15
1.[Examples](#examples)
16
-
1.[Found a bug?](#found-a-bug)
16
+
1.[Projects using this library](#projects-using-this-library)
17
+
1.[FINDOLOGIC-API In Action](#findologic-api-in-action)
18
+
1.[Bug report](#bug-report)
17
19
1.[Contributing](#contributing)
18
20
19
21
## Synopsis
@@ -23,21 +25,22 @@ FINDOLOGIC-API is an object oriented wrapper for the Findologic API, with over 3
23
25
This library not only helps requesting the Findologic API, but also getting data from the response and mapping them to corresponding objects.
24
26
You won't have to mess around with sending requests and getting the data from the Findologic's response anymore.
25
27
26
-
You want to get filters? Just call `->getMainFilters()` on your response object. It really is that simple and if you dont trust us,
27
-
try out the [Basic Usage](#basic-usage) or test the[Examples](#examples).
28
+
You want to get filters? Just call `Response::getMainFilters()`. It really is that simple, just
29
+
try out the [Basic Usage](#basic-usage) or see some[Examples](#examples).
28
30
29
31
To have a better understanding about the API, please make sure to read the general Findologic API documentation. We already got you covered with quicklinks to it:
30
32
31
33
*[Requesting the API](https://docs.findologic.com/doku.php?id=integration_documentation:request)
| Search/Navigation | JSON | 1.0 |:heavy_multiplication_x: → See [this PR](https://github.com/findologic/findologic-api/pull/69)| Not in the foreseeable future |
43
+
| Search/Navigation | JSON | 1.0 |:heavy_check_mark:| Not in the foreseeable future |
41
44
|| XML | 2.1 |:heavy_check_mark:| Not in the foreseeable future |
42
45
|| XML | 2.0 |:heavy_multiplication_x: → Use XML_2.1 instead | 2019-10-18 |
43
46
|| HTML | any |:heavy_check_mark: → The response is not parsed | Not in the foreseeable future |
|[simple_search.php](https://github.com/findologic/findologic-api/tree/master/examples/simple_search.php)| Shows a basic search implementation without filters. |
0 commit comments