toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.files
/
WebAPI
Web
API
@
Serializable
data
class
WebAPI
(
val
port
:
Int
,
val
sslSetting
:
SslSetting
?
,
val
jwtConfig
:
JWTConfig
?
,
val
recordUrl
:
ArrayList
<
RecordLog
>
,
val
webPage
:
String
?
=
null
)
Members
Constructors
Web
API
Link copied to clipboard
constructor
(
port
:
Int
,
sslSetting
:
SslSetting
?
,
jwtConfig
:
JWTConfig
?
,
recordUrl
:
ArrayList
<
RecordLog
>
,
webPage
:
String
?
=
null
)
Properties
jwt
Config
Link copied to clipboard
val
jwtConfig
:
JWTConfig
?
port
Link copied to clipboard
val
port
:
Int
record
Url
Link copied to clipboard
val
recordUrl
:
ArrayList
<
RecordLog
>
ssl
Setting
Link copied to clipboard
val
sslSetting
:
SslSetting
?
web
Page
Link copied to clipboard
val
webPage
:
String
?
=
null