fulcrum_photo: Get Fulcrum photo

View source: R/query.R

fulcrum_photoR Documentation

Get Fulcrum photo

Description

Submit GET request to Fulcrum Photo API to get individual photo metadata

Usage

fulcrum_photo(
  photo_id,
  api_key = get_api_key(),
  base_url = "https://api.fulcrumapp.com/api/v2/photos/"
)

Arguments

photo_id

Photo ID from Fulcrum

api_key

Fulcrum authentication key

base_url

Base URL for Fulcrum Photo API

Value

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.


EnvironmentalScienceAssociates/fulcrumr documentation built on June 30, 2023, 6:40 p.m.