zeta-sdk
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
zeta-sdk
zeta-sdk
/
de.gematik.zeta.sdk
/
ZetaSdkClient
Zeta
Sdk
Client
interface
ZetaSdkClient
Members
Functions
authenticate
Link copied to clipboard
abstract
suspend
fun
authenticate
(
)
:
Result
<
Unit
>
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
:
Result
<
Unit
>
discover
Link copied to clipboard
abstract
suspend
fun
discover
(
)
:
Result
<
Unit
>
http
Client
Link copied to clipboard
abstract
fun
httpClient
(
builder
:
ZetaHttpClientBuilder
.
(
)
->
Unit
=
{}
)
:
HttpClient
register
Link copied to clipboard
abstract
suspend
fun
register
(
)
:
Result
<
Unit
>