This commit is contained in:
j3d1 2019-11-29 00:58:10 +01:00
parent 927f7fa787
commit 9faaa0f68b

2
API.md
View file

@ -4,7 +4,7 @@ Version major.minor
- minor: compatible addition
## Notes
json endpoints return a list should always be encapsulated ba an object to make non-breaking api changes easier, like this example
json endpoints returning a list should always be encapsulated ba an object to make non-breaking api changes easier, like this example
```json
{"events":[{},{},{}]}
```