Skip to content

Latest commit

 

History

History
 
 

cozy-doctypes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Doctypes

This repository is meant to bring together methods and functions for doctypes that are shared across several applications.

The Document API is useful in NodeJS contexts where you need to have global models, available across files.

⚠️ The Document API does not work well in contexts where you need to change the client in flight. For this, prefer to use directly the cozy-client APIs.