Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-04 | API: Update version to 2.1.1 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Fix return type of empty values in file/delete | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Fix return type of empty values in file/history | Florian Pritz | 1 | -0/+1 | |
If the array is not casted to a object, json_encode will encode it as [] if empty, but {} if it contains data. Always return an object by casting the array to an object if it is empty. Fixes #15 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-10-31 | doc/api.md: Update TOC | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | doc/api.md: Add overview of API versions | Florian Pritz | 1 | -0/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Restructure error handling description | Florian Pritz | 1 | -42/+40 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Add TOC | Florian Pritz | 1 | -0/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc/api.md: Update references to endpoint documentation | Florian Pritz | 1 | -6/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Fix some tables rendering incorrectly on github | Florian Pritz | 1 | -15/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-07 | doc: Import documentation from wiki | Florian Pritz | 1 | -0/+128 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |