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

Add WithCurrencyAccountId to QueryFilter struct #94

Merged

Conversation

IsmAbd
Copy link
Contributor

@IsmAbd IsmAbd commented Nov 13, 2023

As per documentation, the /balances endpoint currently supports following query parameters:

Query (e.g. "query=currency:USD") which allows filtering accounts by a provided currency.
WithCurrencyAccountId (e.g. "withCurrencyAccountId=true") which can be used to include the account id in the response.

This PR adds WithCurrencyAccountId field to the QueryFilter struct to allow using WithCurrencyAccountId in the Blances request.

@IsmAbd IsmAbd force-pushed the ia/101323/balance_request branch from 0f67632 to ab9ec14 Compare November 14, 2023 00:41
@armando-rodriguez-cko
Copy link
Contributor

Thank you @IsmAbd!

@armando-rodriguez-cko armando-rodriguez-cko merged commit 040a29f into checkout:master Nov 14, 2023
@IsmAbd
Copy link
Contributor Author

IsmAbd commented Nov 15, 2023

@armando-rodriguez-cko No worries! Are you able to create a new release which includes that change?

@armando-rodriguez-cko
Copy link
Contributor

Tomorrow will be lunch a new release with your changes. Thank you.

#95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants