Skip to content

Commit da8ae46

Browse files
authored
Merge branch 'main' into feature/Local-Train-Routing
2 parents d6c1dc4 + 33651df commit da8ae46

31 files changed

+861
-290
lines changed

API.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,19 @@ GET https://api.openfront.io/public/player/:playerId
9292
```bash
9393
curl "https://api.openfront.io/public/player/HabCsQYR"
9494
```
95+
96+
### Get Player Sessions
97+
98+
Retrieve a list of games & client ids (session ids) for a specific player.
99+
100+
**Endpoint:**
101+
102+
```
103+
GET https://api.openfront.io/public/player/:playerId/sessions
104+
```
105+
106+
**Example:**
107+
108+
```bash
109+
curl "https://api.openfront.io/public/player/HabCsQYR/sessions"
110+
```
-11 Bytes
Loading

map-generator/assets/maps/mena/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"coordinates": [1409, 372],
54-
"name": "Palestinian Territory",
54+
"name": "Palestine",
5555
"strength": 1,
5656
"flag": "ps"
5757
},

package-lock.json

Lines changed: 16 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)