Description Usage Arguments Value Examples
View source: R/exist_package_query.R
Returns information on the logged in user.
1 2 3 4 5 | exist_package_query(
token = NULL,
path = "api/1/users/$self/profile/",
query = NULL
)
|
token |
The token environment. |
path |
The API path to query. |
query |
A list of query parameters. |
The response of the API call
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_package_query(token = etoken, path = "api/1/users/$self/profile/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.