-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
89 lines (88 loc) · 2.31 KB
/
Copy pathNAMESPACE
File metadata and controls
89 lines (88 loc) · 2.31 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(api_conformance,openeo_v1)
S3method(api_credential,openeo_v1)
S3method(api_file_formats,openeo_v1)
S3method(api_job_create,openeo_v1)
S3method(api_job_delete,openeo_v1)
S3method(api_job_info,openeo_v1)
S3method(api_job_start,openeo_v1)
S3method(api_jobs_list,openeo_v1)
S3method(api_landing_page,openeo_v1)
S3method(api_processes,openeo_v1)
S3method(api_result,openeo_v1)
S3method(api_wellknown,openeo_v1)
S3method(data_serializer,openeo_gtiff)
S3method(data_serializer,openeo_json)
S3method(data_serializer,openeo_netcdf)
S3method(data_serializer,openeo_rds)
S3method(data_serializer,openeo_tar)
S3method(get_serializer,openeo_gtiff)
S3method(get_serializer,openeo_json)
S3method(get_serializer,openeo_rds)
export(configure_openeocraft_runtime)
export(add_link)
export(add_wellknown_version)
export(api_conformance)
export(api_cors_handler)
export(api_credential)
export(api_error_handler)
export(api_file_formats)
export(api_job_create)
export(api_job_delete)
export(api_job_info)
export(api_job_start)
export(api_jobs_list)
export(api_landing_page)
export(api_processes)
export(api_result)
export(api_setup_plumber)
export(api_stop)
export(api_success)
export(api_user_workspace)
export(api_wellknown)
export(create_api)
export(create_openeo_v1)
export(current_env)
export(delete_link)
export(ext_content_type)
export(ext_format)
export(file_formats)
export(format_content_type)
export(format_ext)
export(get_host)
export(get_job_dir)
export(get_method)
export(get_path)
export(get_token)
export(get_token_user)
export(job_delete)
export(job_empty_collection)
export(job_estimate)
export(job_get_dir)
export(job_get_results)
export(job_info)
export(job_logs)
export(job_sync)
export(job_update)
export(load_collections)
export(load_processes)
export(make_job_files_url)
export(make_url)
export(make_workspace_files_url)
export(mock_req)
export(mock_res)
export(mock_well_known_response)
export(new_credential)
export(random_id)
export(set_credentials)
export(update_link)
export(update_wellknown_version)
importFrom(base64enc,base64decode)
importFrom(callr,r_bg)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(plumber,register_serializer)
importFrom(plumber,serializer_json)
importFrom(plumber,serializer_rds)
importFrom(swagger,swagger_path)
importFrom(swagger,swagger_spec)