-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luis Miguel Morillas edited this page Nov 18, 2016
·
4 revisions
New API for http://arasaac.org
Site for testing: http://178.32.253.90:5000/
$ curl http://178.32.253.90:5000
{"_links": {"child": [{"title": "images", "href": "images"}]}}Exact search
$ curl http://178.32.253.90:5000/images?where={"names.keyword": "to eat"}
Search using the Text Index
$ curl http://178.32.253.90:5000/images?where={"$text": {"$search": "foie gras"}}
Swagger json
$ curl http://178.32.253.90:5000/api-docs