Go to file
Kevin Franklin Kim 3ce91a9560
feat: handle error
2024-04-27 19:52:21 +02:00
.github chore: update workflows 2024-04-26 12:39:36 +02:00
config feat: bump foomo/contentful-v0.5.0 2024-04-26 13:21:16 +02:00
erm feat: handle error 2024-04-27 19:50:32 +02:00
test feat: handle error 2024-04-27 19:52:21 +02:00
.editorconfig chore: add editorconfig 2024-04-26 12:39:22 +02:00
.gitignore chore: update gitignore 2024-04-26 12:39:41 +02:00
.golangci.yml chore: update golangci lint settings 2024-04-26 13:20:54 +02:00
.goreleaser.yml chore: update goreleaser 2024-04-26 12:39:47 +02:00
go.mod feat: bump contentful-v0.5.1 2024-04-27 19:49:35 +02:00
go.sum feat: bump contentful-v0.5.1 2024-04-27 19:49:35 +02:00
LICENSE chore: rename license 2024-04-26 12:39:58 +02:00
main.go feat: use latest for development 2024-04-26 13:49:48 +02:00
Makefile chore: fix name 2024-04-26 13:49:56 +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