This commit is contained in:
Jakob Borg
2015-05-28 12:40:43 +02:00
commit fd7fe795ad
92 changed files with 4050 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
GET /rest/db/completion
=======================
Returns the completion percentage (0 to 100) for a given device and
folder.Takes ``device`` and ``folder`` parameters.
.. code:: json
{
"completion": 0
}
.. note::
This is an expensive call, increasing CPU and RAM usage on the device. Use sparingly.