We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba3b06 commit 1223dbaCopy full SHA for 1223dba
1 file changed
python/README.md
@@ -107,13 +107,25 @@ Process golbat protocol buffer data
107
### /PolygonX/PostProtos (POST)
108
Process polygon protocol buffer data with geographic calculations
109
```json
110
-{
111
- "polygon_data": {
112
- "coordinates": [
113
- {"latitude": 37.7749, "longitude": -122.4194},
114
- {"latitude": 37.7849, "longitude": -122.4094}
+ protos: [
+ {
+ method: number
+ proto: bytes
+ request: bytes
115
+ trainer_id: string
116
+ trainer_level: number
117
+ has_geotargeted_ar_scan_quest: boolean
118
+ }
119
+ ]
120
+ push_gateway_protos: [
121
122
123
124
125
126
127
128
]
- }
129
}
130
```
131
0 commit comments