We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are several utils functions in the project such as
get_cryptocurrency_by_code get_bank_account_type_per_name guess_security add_user_security_by_symbol add_user_security_by_symbol_to_account add_user_security_to_account add_imported_securities_to_account get_holdings_account_per_name_or_id add_checking_saving_account add_user_crypto_by_code get_user_crypto_by_code update_user_crypto_by_code delete_user_crypto_by_code
They need to be tested. The GET ones can be tested on the share demo account. The POST/add ones... to be defined.
The text was updated successfully, but these errors were encountered:
The GETs are in with #85
Sorry, something went wrong.
No branches or pull requests
There are several utils functions in the project such as
They need to be tested. The GET ones can be tested on the share demo account. The POST/add ones... to be defined.
The text was updated successfully, but these errors were encountered: