# cozy-client

A simple and declarative way of managing [cozy-stack](https://github.com/cozy/cozy-stack) API calls and resulting data.

`cozy-client` is a convenient yet powerful way to bind `cozy-stack` queries to your (p)React components — but you can still benefit of it if you're not using React!

- [Getting started](../../docs/getting-started.md)
- [API docs](../../docs/api/cozy-client/README.md)

## Contributing

After making changes to code, it is necessary to

* build all the repository's packages `yarn build`
* update the generated API docs via `yarn docs`
* update the generated types via `yarn types`
* commit the result
