ns_req | R Documentation |
Sets the API url and access token. This is used for almost all the functionality in this package. If you want to use endpoints not yet covered by functions in the package, this is the basis function you can build from.
ns_req(...)
... |
arguments passed to |
httr2
request
## Not run:
ns_req() |>
httr2::req_url_path_append("form", "me") |>
httr2::req_perform() |>
httr2::resp_body_json()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.