-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.56 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
export(abortUpload)
export(authorizedVerb)
export(biocCache)
export(checkResponse)
export(cloneProjectVersion)
export(completeUpload)
export(createPlaceholderLink)
export(createUploadStartURL)
export(example.id)
export(example.project)
export(example.url)
export(example.version)
export(extractLinkedID)
export(getChildMetadata)
export(getFile)
export(getFileMetadata)
export(getFileURL)
export(getGitHubTokenInfo)
export(getJWTFromGitHub)
export(getPermissions)
export(getProjectMetadata)
export(identityAvailable)
export(identityHeaders)
export(initializeUpload)
export(listProjectVersions)
export(listProjects)
export(packID)
export(resolveLatestID)
export(resolveLatestVersion)
export(searchMetadata)
export(setGitHubToken)
export(setPermissions)
export(simpleCache)
export(unpackID)
export(uploadFiles)
export(uploadProject)
export(useGitHubIdentities)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,headers)
importFrom(httr,http_status)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,progress)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr,user_agent)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)