Go to file
2023-10-02 17:50:10 +02:00
.github/workflows chore: add release workflow 2021-07-30 18:17:30 +02:00
config feat: load run config from YAML file 2023-07-06 16:14:37 +02:00
erm fix: race condition on sync mode 2023-10-02 17:50:10 +02:00
test fix: race condition on sync mode 2023-10-02 17:50:10 +02:00
.gitignore fix: parents update, race conditions 2023-03-30 16:49:37 +02: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: load run config from YAML file 2023-07-06 16:14:37 +02: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 fix: race condition on sync mode 2023-10-02 17:50:10 +02:00
Makefile fix: panic in CMA ops on entries without a client 2023-05-09 15:40:34 +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