Add API spec to resolve #2

This commit is contained in:
2020-11-30 18:00:16 +01:00
committed by Oskar
parent ab4ee6a00a
commit 3fdd8859ce
4 changed files with 59 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Database Layout
===============
Database Layout Documentation
=============================
Default table
```
@ -8,6 +8,7 @@ Default table
'name': 'firstname-middlename-lastname',
'arrival': 'UTC-ISO-TIMESTAMP',
'departure': 'UTC-ISO-TIMESTAMP'
}
},
...
]
```