Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Support for Earn Endpoints (Staking) #27

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fcanteiro
Copy link
Contributor

No description provided.

changed the deserialization process in the `Client` class to use `(string) $response->getBody()` instead of `$response->getBody()->getContents()`.

This change ensures that the response body is correctly read and deserialized, preventing potential issues with stream handling.
- Added response and entities for deserialization
- Implemented List Earn Strategies API call
return is never null
- Added EarnAllocationResponse, EarnAllocations, and related entities for deserialization
- Implemented getEarnAllocations method in Client class
- moved PHPDocs to client Interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant