nascentdigital / contentfully

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

Adding sys.updatedAt key/value #12

Closed kretzm closed 5 years ago

kretzm commented 5 years ago

We need the sys.updatedAt field to be exposed so that in our blog we can a post was last updated. Updated the code and then added the test.

Related to #11 I don't believe we need createdAt, we will use publishDate instead (reasoning in the issue)