# Functions
ChessGlobusLink provides globus link to given globus collection name and path.
Download API.
generate Globus collection URL link.
Ls API provides listing files within Globus.
Mkdir provides API to create Globus directory.
Search API provides search API to globus search pattern example of curl curl -H "Accept: application/json" -H "Authorization: Bearer $t" "https://transfer.api.globus.org/v0.10/endpoint_search?filter_fulltext=CHESS".
SharedLink provides shared link to Globus data.
Token API obtains Globus access token example through curl curl -X POST https://auth.globus.org/v2/oauth2/token --header "Content-Type: application/x-www-form-urlencoded" --data-urlencode "grant_type=client_credentials" --data-urlencode "scope=$scope" --data-urlencode "client_id=$clientid" --data-urlencode "client_secret=$secret".
Upload API.
# Variables
Verbose shows verbose output for this module.
# Structs
GlobusEndpointResponse represents globus endpoint response.
GlobusFileListResponse represents globus file list response.
GlobusSearchResponse represents globus search response.
GlobusTokenResponse represents globus token response.