8000 Change parameter in Safe.get_safe_details() · Issue #34 · safepost/aiobastion · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Change parameter in Safe.get_safe_details() #34

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

Open
DL4AN opened this issue Jan 25, 2025 · 0 comments
Open

Change parameter in Safe.get_safe_details() #34

DL4AN opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@DL4AN
Copy link
DL4AN commented Jan 25, 2025

There seem to be a typo in Safe.get_safe_details() - there is no parameter called "extendedDetails" in the native CYA-Call.

Instead there is a parameter called "includeAccounts" and introducing this one would be a benefit.

For this the parameter name in the call in Safe.get_safe_details() should be change to "includeAccounts"

    return await self.epv.handle_request("get", f"API/Safes/{safename}", params={"extendedDetails": "True"})

==>
return await self.epv.handle_request("get", f"API/Safes/{safename}", params={"includeAccounts": "True"})

@safepost safepost self-assigned this Jan 27, 2025
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

No branches or pull requests

2 participants
0