EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Create a price-oracle Go client #720

Closed Pitasi closed 2 years ago

Pitasi commented 2 years ago

For this issue https://app.zenhub.com/workspaces/emeris-back-end-619cd009cc778000112d6259/issues/emerishq/demeris-backend/472 we need to fetch prices from the api-server.

We could query the database directly but I would prefer to just call price-oracle via API. So I would make a separate package in api-server/lib and call it poclient.

DoD: