toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.network.request
/
getApi
get
Api
fun
<
T
,
R
>
RequestBuilder
.
getApi
(
service
:
Class
<
T
>
,
serviceScope
:
suspend
T
.
(
)
->
Request2
<
R
>
)
:
Flow
<
Request2
<
R
>
>
Get api service and the scope.
Since
0.5.1
Parameters
service
Scope
The scope of the api service.
See also
Retrofit.
create