Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.network
/
SwitchboardAPI
Switchboard
API
class
SwitchboardAPI
(
baseURL
:
String
?
=
null
)
Members
Constructors
Switchboard
API
Link copied to clipboard
constructor
(
baseURL
:
String
?
=
null
)
Types
Result
Link copied to clipboard
sealed
class
Result
<
out
R
>
Functions
post
Link copied to clipboard
fun
<
T
:
APIRequest
>
post
(
apiRequest
:
T
)
:
SwitchboardAPI.Result
<
String
>