cozy / cozy-photos-v3

Cozy Photos app for Cozy Cloud
GNU Affero General Public License v3.0
1 stars 9 forks source link

fix: query DATA API #177

Closed y-lohse closed 7 years ago

y-lohse commented 7 years ago

The response format when calling cozy.client.files.query and cozy.client.data.query is a bit different. For data, the format is documented here, but for files, I couldn't find it.

Anyway, right now (AFAIK) we only use cozy.client.files.query so everything works fine, but if you try to query the data API (querying io.cozy.photos.albums for example) things will explode. So here's a preventive fix for that.