-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcheck_api_v2_service.stone
29 lines (24 loc) · 1.2 KB
/
check_api_v2_service.stone
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
# @generated by protoc-gen-stone. DO NOT EDIT.
# source: configs/proto/dropbox/proto/check/api_v2_service.proto
namespace check
route user (EchoArg, EchoResult, Void)
"This endpoint performs User Authentication, validating the supplied access token,
and returns the supplied string, to allow you to test your code and connection to the
Dropbox API. It has no other effect. If you receive an HTTP 200 response with the supplied
query, it indicates at least part of the Dropbox API infrastructure is working and that the
access token is valid."
attrs
allow_app_folder_app = true
auth = "user"
is_preview = true
scope = "account_info.read"
route app (EchoArg, EchoResult, Void)
"This endpoint performs App Authentication, validating the supplied app key and secret,
and returns the supplied string, to allow you to test your code and connection to the
Dropbox API. It has no other effect. If you receive an HTTP 200 response with the supplied
query, it indicates at least part of the Dropbox API infrastructure is working and that the
app key and secret valid."
attrs
allow_app_folder_app = true
auth = "app"
is_preview = true