up demo
This commit is contained in:
parent
2157091778
commit
afe83a9a3c
8 changed files with 1433 additions and 8 deletions
29
README.md
29
README.md
|
@ -127,9 +127,34 @@ The OpenEventDatabase API allows you to search for events using various query pa
|
|||
- Geographic location (`bbox`, `near`, `polyline`)
|
||||
- And more...
|
||||
|
||||
#### Query Parameters
|
||||
|
||||
For detailed information about the available query parameters, examples, and response format, see the [API Query Parameters Documentation](API_QUERY_PARAMS.md).
|
||||
Have a look at the swagger file.
|
||||
`swagger.json`
|
||||
|
||||
#### Search Endpoint
|
||||
|
||||
The API includes a dedicated search endpoint (`/event/search`) that allows you to search for events using a GeoJSON geometry in the request body. This is particularly useful for complex spatial queries. For more information, see the [Search Endpoint Documentation](SEARCH_ENDPOINT.md).
|
||||
|
||||
#### Anti-Spam and Caching Measures
|
||||
|
||||
The API implements caching and rate limiting to improve performance and prevent abuse. For more information about these measures, see the [Anti-Spam and Caching Measures Documentation](ANTI_SPAM_MEASURES.md).
|
||||
|
||||
#### Testing
|
||||
|
||||
A comprehensive test plan is available for verifying the functionality of the API, including caching, rate limiting, and search features. See the [Test Plan](TEST_PLAN.md) for details.
|
||||
|
||||
#### Swagger Documentation
|
||||
|
||||
Have a look at the swagger file for a complete API reference:
|
||||
`swagger.json`
|
||||
|
||||
|
||||
# Todo
|
||||
|
||||
page de démo listant les évènements selon leur type, les afficher sur une carte.
|
||||
créer une page de démo qui permet de modifier un évènement, faire un lien vers cette page quand on ouvre une popup d'évènement sur la page de /demo. et afficher une icone pour les marqueurs de carte selon le type d'évènement, définis en quelques uns et utilise les icones de bulma css.
|
||||
vérifier le fonctionnement des endpoints de recherche avec les queryparameters, les mettre dans la page de démo.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue