#' List of endpoints for the GtR API.
#'
#' A list of endpoints for the GtR API, used in other parts of the package.
#' @export
gtr_endpoints <- list(
"base" = "http://gtr.ukri.org/gtr/api",
"configs" = "/configs",
"fund" = "/funds",
"project" = "/projects",
"organisation" = "/organisations",
"person" = "/persons",
"outcomes" = "/outcomes",
"keyFinding" = "/keyfindings",
"impactSummary" = "/impactsummaries",
"publication" = "/publications",
"collaboration" = "/collaborations",
"intellectualProperty" = "/intellectualproperties",
"policyInfluence" = "/policyinfluences",
"product" = "/products",
"researchMaterial" = "/researchmaterials",
"spinOut" = "/spinouts",
"furtherfunding" = "/furtherfundings",
"dissemination" = "/disseminations"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.