Update README.md

This commit is contained in:
Sylvain Briat 2023-02-09 14:45:22 +00:00
parent 45c6fd1fc5
commit 111c11f730
1 changed files with 17 additions and 0 deletions

View File

@ -56,6 +56,23 @@ The app exposes the following [gRPC](https://grpc.io/) services :
"lat": 46.143376
}
```
- **FindForPoints** : find all territories that include a list of given points (represented by their longitude and latitude)
```json
{
"points": [
{
"lon": 5.493345,
"lat": 46.143376
},
{
"lon": 6.493345,
"lat": 47.143376
}
]
}
```
- **FindByUuid** : find a territory by its uuid