- Status Closed
- Percent Complete
- Task Type Anomalie
- Category Freebox OS → API
-
Assigned To
rfliedel - Operating System Tous
- Severity Low
- Priority Very Low
- Reported Version 2.1.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Freebox Server (Ultra V9/ Pop V8/ Delta V7 / Revolution V6 / Mini 4K)
Opened by Djmomo - 03/03/2014
Last edited by Freebox Robot - 14/04/2014
Opened by Djmomo - 03/03/2014
Last edited by Freebox Robot - 14/04/2014
FS#14396 - Erreur doc API File Sharing Link
Une erreur est présente dans les 2 exemples de l’API “File Sharing Link API” (http://dev.freebox.fr/sdk/os/share/#file-sharing-link-api). Un guillemet est manquant dans les 2 exemples de réponses à un GET après la variable “name”.
Plutôt que d’écrire
{ success: true, result: [ { "path": "L0Rpc3F1ZSBkdXIvUGhvdG9zL01lcyB2YWNhbmNlcyBlbiByb3Vsb3R0ZQ==" /* /Disque dur/Photos/Mes vacances en roulotte */ "name: "Mes vacances en roulotte", "token": "gAnweF2Xg5OwcJWn", "expire": 1355852344, "fullurl": "http://13.37.42.69/api/v1/share/gAnweF2Xg5OwcJWn/" }, { "path": "L0Rpc3F1ZSBkdXIvc2hhcmVk", /* /Disque dur/shared */ "name": "shared", "token": "s8a+4VtOQNkkQ55f", "expire": 1355866268, "fullurl": "http://13.37.42.69/api/v1/share/s8a+4VtOQNkkQ55f/" } ] }
il faudrait écrire
{ success: true, result: [ { "path": "L0Rpc3F1ZSBkdXIvUGhvdG9zL01lcyB2YWNhbmNlcyBlbiByb3Vsb3R0ZQ==" /* /Disque dur/Photos/Mes vacances en roulotte */ "name": "Mes vacances en roulotte", "token": "gAnweF2Xg5OwcJWn", "expire": 1355852344, "fullurl": "http://13.37.42.69/api/v1/share/gAnweF2Xg5OwcJWn/" }, { "path": "L0Rpc3F1ZSBkdXIvc2hhcmVk", /* /Disque dur/shared */ "name": "shared", "token": "s8a+4VtOQNkkQ55f", "expire": 1355866268, "fullurl": "http://13.37.42.69/api/v1/share/s8a+4VtOQNkkQ55f/" } ] }
Et plutôt que d’écrire
{ "success": true, "result": { "path": "L0Rpc3F1ZSBkdXIvUGhvdG9zL01lcyB2YWNhbmNlcyBlbiByb3Vsb3R0ZQ==" /* /Disque dur/Photos/Mes vacances en roulotte */ "name: "Mes vacances en roulotte", "token": "gAnweF2Xg5OwcJWn", "expire": 1355852344, "fullurl": "http://13.37.42.69/api/v1/share/gAnweF2Xg5OwcJWn/" } }
il faudrait écrire
{ "success": true, "result": { "path": "L0Rpc3F1ZSBkdXIvUGhvdG9zL01lcyB2YWNhbmNlcyBlbiByb3Vsb3R0ZQ==" /* /Disque dur/Photos/Mes vacances en roulotte */ "name": "Mes vacances en roulotte", "token": "gAnweF2Xg5OwcJWn", "expire": 1355852344, "fullurl": "http://13.37.42.69/api/v1/share/gAnweF2Xg5OwcJWn/" } }
Closed by Freebox Robot
14.04.2014 20:44
Reason for closing: Résolu
Additional comments about closing:
14.04.2014 20:44
Reason for closing: Résolu
Additional comments about closing:
En 2.1.0
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task