Created Album (markdown)

Qstick 2018-04-14 23:35:22 -04:00
parent 97da66aea0
commit eb1779af78
1 changed files with 23 additions and 0 deletions

23
Album.md Normal file

@ -0,0 +1,23 @@
**Endpoint: "/album"**
## GET ##
##### Summary #####
Gets information about Albums
##### Parameters ######
*None*
##### Returns JsonArray ######
```JSON
[
{
"path": "C:\\",
"label": "",
"freeSpace": 282500067328,
"totalSpace": 499738734592
}
]
```