Go to file
2024-04-27 19:58:46 +02:00
.github/workflows chore: update setup 2024-04-27 19:58:46 +02:00
config feat: load run config from YAML file 2023-07-06 16:14:37 +02:00
docs chore: docs 2024-04-18 13:11:20 +02:00
erm fix: panic condition in deleted entry logging 2024-04-18 11:49:25 +02:00
test chore: test api update 2024-04-22 07:42:21 +02:00
.editorconfig chore: update setup 2024-04-27 19:58:46 +02:00
.gitignore chore: update setup 2024-04-27 19:58:46 +02:00
.golangci.yml chore: update setup 2024-04-27 19:58:46 +02:00
.goreleaser.yml chore: update setup 2024-04-27 19:58:46 +02:00
go.mod feat: generic entries, new docs 2024-02-01 10:39:26 +01:00
go.sum feat: generic entries, new docs 2024-02-01 10:39:26 +01:00
LICENSE chore: update setup 2024-04-27 19:58:46 +02:00
main.go feat: generic entries, new docs 2024-02-01 10:39:26 +01:00
Makefile chore: update setup 2024-04-27 19:58:46 +02:00
README.md feat: textJanitor release, fixes and improvements 2023-03-09 16:37:45 +01: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