API Reference CFSync v0.7.0
modules
Modules
CFSync is an Elixir client for Contentful sync API.
The Asset
struct holds data from Contentful assets. It's provided as
is and is not configurable, so if you need more fields than those currently mapped,
feel free to send a PR.
The Entry
struct holds standard data from Contentful entries. It's provided as
is and is not configurable, so if you need more fields than those currently mapped,
feel free to send a PR.
Utility functions to extract data from contenful JSON.
behaviour for fields struct.
The Link
struct holds data from Contentful links. It's provided as
is and is not configurable, so if you need more fields than those currently mapped,
feel free to send a PR.
RichText recursive struct
Phoenix components for CFSync RichText rendering.