Description Usage Arguments Details Value Examples
Make a request to one of the Vipunen API's endopoints. The base url is
http://api.vipunen.fi to which a specific url defined by path
is
appended.
1 | vipunen_api(path)
|
path |
character url to be appended to the host. |
This is a low-level function intended to be used by other higher level functions in the package.
vipunen_api (S3) object with the following attributes:
a list of parsed JSON content.
path provided to get the resonse.
the original response object.
1 2 | # Get available resources
vipunen_api("api/resources")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.