pocket_post_ {pocketapi}R Documentation

pocket_post_

Description

internal function to make a POST requests to a Pocket API endpoint.

Usage

pocket_post_(endpoint, consumer_key, access_token, ...)

Arguments

endpoint

character. endpoint to make a request to.

consumer_key

character. Pocket consumer key.

access_token

character. Pocket access token.

...

additional named arguments to be put into the body of the POST request.


[Package pocketapi version 0.1 Index]