Issue #3266595 Refactor datasource for tests and example
- Fix bug where assembleEndpoint would pass through the whole endpoint causing fetches with queries to fail (current implementation is a workaround and could be a lot better)
- Update tests to use new data source NOTE: There are still some tests to update and fix
- Some error handling
- fix bug where fetching an object with the
all: true
option would only return the store even if there were more pages available to fetch
Edited by Coby Sher