https://github.com/guiromao/search-ads-api
Searching Ads the efficient way
https://github.com/guiromao/search-ads-api
dropwizard elasticsearch java
Last synced: 2 months ago
JSON representation
Searching Ads the efficient way
- Host: GitHub
- URL: https://github.com/guiromao/search-ads-api
- Owner: guiromao
- Created: 2023-01-08T00:48:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T23:58:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T19:16:24.435Z (8 months ago)
- Topics: dropwizard, elasticsearch, java
- Language: Java
- Homepage:
- Size: 51.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search Ads API
An API to search Ads according to 'text', priceFrom, and priceTo.
Endpoint: GET /search
---Parametres:
----
- query: the text to query for (mandatory)
- priceFromEuro: the base price in Euro (not mandatory)
- priceToEuro: the upper limit price in Euro (not mandatory)Example: GET /search?query=yourtext&priceFromEuro=123&priceToEuro=321
Exceptions:
- Empty text query
- Negative prices
- 'priceFrom' higher than 'priceTo'Health Check
---To see your applications health enter url `http://localhost:8081/healthcheck`