You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Renderful is focused on Contentful, but nothing prevents us from creating a generic API that can work with multiple headless CMSs. A good addition would be Prismic.
Mostly, this can be accomplished with a generic "provider" class that acts as a bridge between the API Renderful expects on content entries and the API exposed by the CMSs (Contentful, Prismic).
I'm still not sure how we could handle features that are only offered by one provider but not another. Probably that's just a problem to think about when it presents itself.
The text was updated successfully, but these errors were encountered:
Currently, Renderful is focused on Contentful, but nothing prevents us from creating a generic API that can work with multiple headless CMSs. A good addition would be Prismic.
Mostly, this can be accomplished with a generic "provider" class that acts as a bridge between the API Renderful expects on content entries and the API exposed by the CMSs (Contentful, Prismic).
I'm still not sure how we could handle features that are only offered by one provider but not another. Probably that's just a problem to think about when it presents itself.
The text was updated successfully, but these errors were encountered: