chain-bot / prices

API-Scraper + API for crypto prices built in Go
MIT License
2 stars 2 forks source link

Refactor API Client Interfaces #61

Open zahin-mohammad opened 2 years ago

zahin-mohammad commented 2 years ago

Something similar to what is discussed here: https://github.com/chain-bot/prices/pull/44#discussion_r598842371

This will let us scale out clients even if they don't implement specific functions (some have klines, some only have raw trades, some only have websockets, etc).