toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract.openapi.v3
/
Api
Api
data
class
Api
<
NODE
>
Members
Constructors
Api
Link copied to clipboard
constructor
(
info
:
ApiInfo
,
tags
:
List
<
Tag
>
,
paths
:
Map
<
String
,
Map
<
String
,
ApiPath
<
NODE
>
>
>
,
components
:
Components
<
NODE
>
,
servers
:
List
<
ApiServer
>
,
webhooks
:
Map
<
String
,
Map
<
String
,
ApiPath
<
NODE
>
>
>
?
,
openapi
:
String
)
Properties
components
Link copied to clipboard
val
components
:
Components
<
NODE
>
info
Link copied to clipboard
val
info
:
ApiInfo
openapi
Link copied to clipboard
val
openapi
:
String
paths
Link copied to clipboard
val
paths
:
Map
<
String
,
Map
<
String
,
ApiPath
<
NODE
>
>
>
servers
Link copied to clipboard
val
servers
:
List
<
ApiServer
>
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
webhooks
Link copied to clipboard
val
webhooks
:
Map
<
String
,
Map
<
String
,
ApiPath
<
NODE
>
>
>
?