- Bugfix release
- Add new
npm run prefetch
logic in prefetch.js to check provider avialability, cache provider pagination limits inprovider.attributes.query_limits
, introduce the sorted and structured providers.json (as source) and prefetched.json (as cache) - Add new arguments
getStructures(providerId, filter, page, limit)
for pagination and pagination limits - Add new logic for catching errors like
Error: messageFromProvider { response: { errors, meta } }
- Fix providers prefetching
- Make batch data aggregation is optional to support per-provider progressive data receiving
- Add http request timeout
- First release