Helper function to send requests to the API. If private methods are used, provide corresponding API keys
1 |
keys |
list containing access and secret keys in the form: keys <- list(key = ACCESS_KEY, secret = ACCESS_SECRET) |
action |
Action URI |
data |
additional data(options) provided as list of vectors (of length one, typically) use httr::with_verbose(rderibit::request(action = "/api/v1/private/cancel", keys = keys, data = list(orderId = "6306623820") ) ) to troubleshoot the connection to API |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.