Go to file
2023-03-09 15:52:32 +01:00
.github/workflows chore: add release workflow 2021-07-30 18:17:30 +02:00
erm fix: use correct lock target 2023-03-09 15:52:32 +01:00
test feat: unicode text janitor 2023-03-03 13:44:44 +01: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 feat: generate client from offline space export, 2022-03-10 17:05:55 +01:00
go.sum feat: generate client from offline space export, 2022-03-10 17:05:55 +01:00
LICENSE.txt chore: MIT license 2022-10-13 09:56:26 +02:00
main.go feat: unicode text janitor 2023-03-03 13:44:44 +01: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