nascentdigital / contentfully

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

Contenfully not returning number type fields #20

Closed Luminous9 closed 5 years ago

Luminous9 commented 5 years ago

When getting content, number fields aren't being returned. I.e if a content model has a string field and a number field, when fetching entries of that type the response objects will only have the string field and not the number field for some reason. Querying the contentful endpoint directly (say through Postman), returns the correct data including the number fields.

abraini-Nascent commented 5 years ago

Solved in version 1.4.2. Thanks!