An open API service indexing awesome lists of open source software.

https://github.com/skvggor/directus-base

Studies on Directus CMS with the intention of using it in projects.
https://github.com/skvggor/directus-base

cms directus headless headless-cms nodejs

Last synced: 3 days ago
JSON representation

Studies on Directus CMS with the intention of using it in projects.

Awesome Lists containing this project

README

          

# directus-base

Studies on Directus CMS with the intention of using it in projects.

### Translation

Guide: https://docs.directus.io/guides/headless-cms/content-translations.html

#### Example of a request to get translations

```http
GET /items/Livros?deep[translations][_filter][languages_code][_eq]=en-US&fields=*,translations.*
```

## License

This project is licensed under the The GNU General Public License - see the [LICENSE](LICENSE) file for details.