File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Response Route: /raw
1818Web Interface to View Protos: /
1919Traffic Route mode /traffic
2020Golbat Route mode /golbat
21+ PolyX Route mode /PolygonX/PostProtos
2122
2223
2324Web Interface:
@@ -83,6 +84,33 @@ interface CombinedMessage {
8384}
8485```
8586
87+ ### Support for PolygonX interfaces
88+ ** Sent to** ` /PolygonX/PostProtos `
89+
90+ ``` js
91+ interface CombinedMessage {
92+ protos: RawProto[
93+ {
94+ method: number
95+ proto: bytes
96+ request: bytes
97+ trainer_id: string
98+ trainer_level: number
99+ has_geotargeted_ar_scan_quest: boolean
100+ }
101+ ]
102+ push_gateway_protos: RawPushGatewayProto[
103+ {
104+ method: number
105+ proto: bytes
106+ trainer_id: string
107+ trainer_level: number
108+ has_geotargeted_ar_scan_quest: boolean
109+ }
110+ ]
111+ }
112+ ```
113+
86114### Requirements
87115
88116```
You can’t perform that action at this time.
0 commit comments