contentful / contentful.net

.NET Library for Contentful's Content Delivery and Management API
MIT License
95 stars 55 forks source link

Load local json from contentful-cli export as data store? #189

Open raphaelb opened 5 years ago

raphaelb commented 5 years ago

Hi there!

I'm wondering if it is possible to use the export file from contentful-cli as the data source instead of using dynamic requests with HttpClient?

We'd like to refresh our application data on a job throughout the day but load it from raw json files, if possible.

Thank you! Raphael

Roblinde commented 5 years ago

Hi @raphaelb this is an excellent suggestion. I'll look into it when I have time.