Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version prefix programmatically to the
Fetcher
class
Instead of hardcoding the version prefix of all endpoints to `v1` this commit allows us to programmatically define a version prefix per endpoint. The version prefix represents the lowest common denominator for each endpoint of the majority of the available seed nodes. We still default to `v1` with this commit so this just paves the way if we eventually want to call a `v2` endpoint of a endpoint.
- Loading branch information