Export
A GET
request will list the index.
Example request
$ curl -i http://skylar.livingfire.de/api/export
Response fields
Path | Type | Description |
---|---|---|
|
|
Links to other resources |
Links
Relation | Description |
---|---|
|
Canonical link for this resource |
|
See Export Database |
Database
A GET
request will download the database as a ZIP file.
Example request
$ curl -D headers.txt -o skylar_database.zip http://skylar.livingfire.de/api/export/database
$ cat headers.txt
Response Header
HTTP/1.1 201
Content-Disposition: attachment; filename="20160401_1706_skylar_database.zip"