taskbridge-android-root
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
taskbridge-android-root
taskbridge-transport-okhttp
/
io.github.nikkiw.taskbridge.okhttp
/
OkHttpTaskBridgeHttpApi
/
Companion
/
create
create
fun
<
Ctx
>
create
(
baseUrl
:
String
,
okHttpClient
:
OkHttpClient
,
json
:
Json
)
:
TaskBridgeHttpApi
<
Ctx
>
Creates a new
TaskBridgeHttpApi
using the provided client and configuration.