A portable library for accurately simulating Pokemon battles.
GNU General Public License v3.0
12
stars
2
forks
source link
HTTP API battle context endpoint no longer contains the `Opponents`, `Allies`, and `Targets` fields. #373
Closed
dyc3 closed 3 years ago
Current Behavior
HTTP API battle context endpoint no longer contains the
Opponents
,Allies
, andTargets
fields.Example:
To Reproduce Code snippet to reproduce the problem (if applicable)
POST http://localhost:4000/battle/new
GET http://localhost:4000/battle/context?id=0&target=0
Expected Behavior
The battle context should contain allies, opponents, and targets
Additional context Add any other context about the problem here.