Go to file
dependabot[bot] 0613eff084
chore(deps): bump golang.org/x/sys
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>
2023-02-25 07:52:46 +00:00
.github/workflows chore: add release workflow 2021-07-30 18:17:30 +02:00
erm fix: nil check in RichText hyperlinks 2022-10-13 09:56:57 +02:00
test chore: version bump and test API update 2022-10-13 09:58:20 +02:00
.gitignore feat: generate client from offline space export, 2022-03-10 17:05:55 +01:00
.golangci.yml chore: add release workflow 2021-07-30 18:17:30 +02:00
.goreleaser.yml fix: goreleaser skip windows/arm64 2022-09-16 10:53:06 +02:00
go.mod chore(deps): bump golang.org/x/sys 2023-02-25 07:52:46 +00:00
go.sum chore(deps): bump golang.org/x/sys 2023-02-25 07:52:46 +00:00
LICENSE.txt chore: MIT license 2022-10-13 09:56:26 +02:00
main.go chore: version bump and test API update 2022-10-13 09:58:20 +02:00
Makefile fix: race conditions in cache 2022-05-05 16:18:16 +02:00
README.md chore: doc update 2022-10-12 16:08:32 +02:00

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