fulcrum_photo | R Documentation |
Submit GET request to Fulcrum Photo API to get individual photo metadata
fulcrum_photo(
photo_id,
api_key = get_api_key(),
base_url = "https://api.fulcrumapp.com/api/v2/photos/"
)
photo_id |
Photo ID from Fulcrum |
api_key |
Fulcrum authentication key |
base_url |
Base URL for Fulcrum Photo API |
If request is successful (i.e. the request was successfully performed and a response with HTTP status code <400 was recieved), an HTTP response; otherwise throws an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.