list_db_entry.Rd
A generic function for accessing all /api/list/* end-points.
list_db_entry(
entry,
additionalID = NA,
session,
token = session$unToken,
curl_handle = session$curl,
api_baseurl = session$base_url,
end_point = "/api/list/",
api_url = paste0(api_baseurl, end_point),
...
)
character, one of affiliations, batches, projects, networks, orgs, species, antenna
optional, for end-points that require an additional identifier
list, an object created by start_session()
the token for the session
curl handle for making requests
character, the base URL for the database
character, the suffix for the end-point being queried
character, the full url for the end-point
additional arguments passed to getURL()
data.frame of the available categories for each request