Nothing
#' @rdname Services
#'
#' @return `gen3_*` APIs are not fully implemented, because a service
#' endpoint has not been identifiied.
#'
#' `Gen3Fence()` returns the authentication API at
#' https://raw.githubusercontent.com/uc-cdis/fence/master/openapis/swagger.yaml
#' @format NULL
#'
#' @export
Gen3Fence <-
function()
{
Service(
"gen3/fence", "FIXME:service_path",
api_url = "https://raw.githubusercontent.com/uc-cdis/fence/master/openapis/swagger.yaml"
)
}
#' @rdname Services
#'
#' @return `Gen3Indexd()` returns the indexing service API documented at
#' https://raw.githubusercontent.com/uc-cdis/indexd/master/openapis/swagger.yaml
#' @format NULL
#'
#' @export
Gen3Indexd <-
function()
{
Service(
"gen3/indexd", "FIXME:service_path",
api_url = "https://raw.githubusercontent.com/uc-cdis/indexd/master/openapis/swagger.yaml"
)
}
#' @rdname Services
#'
#' @return `Gen3Sheepdog` returns the submission services API at
#' https://raw.githubusercontent.com/uc-cdis/sheepdog/master/openapi/swagger.yml
#'
#' @format NULL
#'
#' @export
Gen3Sheepdog <-
function()
{
Service(
"gen3/sheepdog", "FIXME:service_path",
api_url = "https://raw.githubusercontent.com/uc-cdis/sheepdog/master/openapi/swagger.yml"
)
}
#' @rdname Services
#'
#' @return `Gen3Peregrine` returns the graphQL query services API at
#' https://raw.githubusercontent.com/uc-cdis/peregrine/master/openapis/swagger.yaml
#'
#' @format NULL
#'
#' @export
Gen3Peregrine <-
function()
{
Service(
"gen3/peregrine", "FIXME:service_path",
api_url = "https://raw.githubusercontent.com/uc-cdis/peregrine/master/openapis/swagger.yaml"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.