mirror of
https://gitlab.com/mobicoop/v3/service/territory.git
synced 2026-01-11 16:22:40 +00:00
Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user