robinhood-api
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "robinhood-api", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Robinhood API Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -66,3 +66,3 @@ # Overview | ||
## robinhood.automaticACHTransfer(opts) | ||
Perform an ACH transfer to fund this account. | ||
Add a scheduled ACH transfer to fund this account. | ||
### Options | ||
@@ -72,2 +72,5 @@ * ach_relationship - Required: true | ||
* frequency - Required: false (Valid Values: weekly,biweekly,monthly,quarterly) | ||
## robinhood.getAutomaticACHTransfer(opts) | ||
Get scheduled ACH transfers. | ||
### Options | ||
## robinhood.ACHTransfer(opts) | ||
@@ -79,2 +82,5 @@ Perform a one time ACH transfer to or from your bank account. | ||
* direction - Required: true (Valid Values: widthdraw,deposit) | ||
## robinhood.getACHTransfer(opts) | ||
Get list of one time ACH transfers to or from your bank account. | ||
### Options | ||
## robinhood.getUserData(opts) | ||
@@ -81,0 +87,0 @@ Get the user's basic account information. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19059
145