cozy-client

A simple and declarative way of managing cozy-stack API calls and resulting data.

Usage no npm install needed!

<script type="module">
  import cozyClient from 'https://cdn.skypack.dev/cozy-client';
</script>

README

cozy-client

A simple and declarative way of managing 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!

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