cozy-client-js
Version:
Javascript library to interact with a cozy
30 lines (20 loc) • 878 B
Markdown
[Cozy](https://cozy.io) Javascript Client
=========================================
`cozy-client-js` is a javascript library made by Cozy. It enables applications (client-side apps, konnectors, OAuth apps, etc.) to make requests to the cozy stack.
cozy-client-js is compatible with both cozy architectures, V2 and V3.
**Cozy-client-js is still a work-in-progress. There may be some bugs, if you find any, please [open an issue](https://github.com/cozy/cozy-client-js/issues/new).**
Guides
------
- [Introduction](intro.md)
- [Transition from cozy-browser-sdk](browser-sdk-transition.md)
- [How to support offline](offline.md)
- [OAuth guide](oauth.md)
Modules API
-----------
- [Authentication](auth-api.md)
- [Data System](data-api.md)
- [Files](files-api.md)
- [Jobs](jobs-api.md)
- [Intents](intents-api.md)
- [Settings](settings-api.md)
- [Sharing](sharing-api.md)