You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only the core endpoints are supported and it would be great to have all the services endpoints added to the SDK. To prevent the main Rehive object from getting a little too polluted I think all services should be extra imports.
Investigate a nice import system for services which can share a client with the main Rehive object
Add Bitcoin service
Add Ethereum Service
Add Stellar service
Add Notification service
Add Conversion service
The text was updated successfully, but these errors were encountered:
Probably best to manage these separately. Although for this lesser ones I think looking into some kind of auto generator based on the API would be cool since it could become tiresome manually dealing with them all.
This is not a high priority issue.
Currently only the core endpoints are supported and it would be great to have all the services endpoints added to the SDK. To prevent the main Rehive object from getting a little too polluted I think all services should be extra imports.
The text was updated successfully, but these errors were encountered: