Description Usage Arguments Value Examples
Creates an authenticated connection with the Petfinder API. The stored authentication is then used to call the Petfinder API methods. An API key can be obtained from Petfinder by creating an account on their developer page (https://www.petfinder.com/developers/api-key). The function wraps the .Petfinder.class R6 class.
1 | Petfinder(key, secret)
|
key |
The API key received from Petfinder |
secret |
The secret key received from Petfinder along with the API key. |
Intialized Petfinder object that is then used to access the API.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.