post {paddleR} | R Documentation |
Make a POST request to Paddle API
Description
Make a POST request to Paddle API
Usage
post(link, body)
Arguments
link |
The API endpoint URL. |
body |
The body of the request, typically a list to be converted to JSON. |
Value
Parsed JSON response from the API.
[Package paddleR version 0.1.2 Index]