Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dropbox/dropbox-sdk-java
/ request_style
Method
request_style
core/generator/java/java.stoneg.py:1972–1974 ·
view source on GitHub ↗
(route)
Source
from the content-addressed store, hash-verified
1970
1971
@staticmethod
1972
def
request_style(route):
1973
assert isinstance(route, ApiRoute), repr(route)
1974
return
route.attrs.get(
'style'
,
'rpc'
)
1975
1976
@staticmethod
1977
def
auth_style(route):
Callers
11
has_builder
Method · 0.95
route_throws_classes
Method · 0.95
route_downloader_class
Method · 0.95
add_imports_for_route
Method · 0.80
add_imports_for_route_builder
Method · 0.80
generate_namespace
Method · 0.80
generate_route_base
Method · 0.80
generate_route
Method · 0.80
generate_route_builder_method
Method · 0.80
generate_route_uploader
Method · 0.80
generate_route_builder
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected