You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, some methods defined in collections are only accessible by calling directly calling the related collection, e.g. client.collection('io.cozy.files').updateMetadataAttribute(...).
This is not ideal, because:
It forces the developers to know many API methods
It bypasses the cozy-client logic, and notably the store.
See this PR discussion for a first work and discussion about it: #650
For now, some methods defined in collections are only accessible by calling directly calling the related collection, e.g.
client.collection('io.cozy.files').updateMetadataAttribute(...)
.This is not ideal, because:
See this PR discussion for a first work and discussion about it: #650
Also related to #244
The text was updated successfully, but these errors were encountered: