nascentdigital / contentfully

A simple but performant REST client for Contentful.
MIT License
18 stars 7 forks source link

Persist additional sys metadata values #29

Closed sdedios closed 4 years ago

sdedios commented 4 years ago

It would be really nice to get some additional metadata such as createdAt and revision over to the Javascript model. It would also make sense to consolidate those under a common _metadata property to keep thing cleaner.

I think the roadmap would have to add the new field and slowly deprecate that value, or have an option that drops deprecated mapping to the old top-level fields (i.e. _updatedAt, _type, etc.).