create a class Deezy in deezy.py
Create methods for each endpoint
Deezy API follows the OpenAPI standard, not sure if there's any tooling to generate the methods for you or if it's more of a Documentation thing.
This is the first step towards implementing a Deezy Auto Earn strategy see #7
All endpoints are appreciated, but start with the EARN endpoints https://docs.deezy.io/#tag/Earn
create a class Deezy in deezy.py Create methods for each endpoint Deezy API follows the OpenAPI standard, not sure if there's any tooling to generate the methods for you or if it's more of a Documentation thing.
This is the first step towards implementing a Deezy Auto Earn strategy see #7