mirror of
https://github.com/foomo/gocontentful.git
synced 2025-10-16 12:25:39 +00:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210403161142-5e06dd20ab57 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| erm | ||
| test | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE.txt | ||
| main.go | ||
| Makefile | ||
| README.md | ||
gocontentful
A Contentful API code generator for Go. Features:
- Creates and updates a full set of Value Objects from Contentful content model
- Supports CDA, CPA and CMA operations through a simplified, idiomatic Go API based on the model
- Caches entire spaces and handles updates automatically
- Simplifies management/resolution of references
- Adds several utility functions for RichText from/to HTML conversion, assets handling and more
Full documentation available at foomo.org