21 lines
344 B
Plaintext
21 lines
344 B
Plaintext
component API(types []*autodocs.Type)
|
|
.api-docs-page
|
|
h1 API
|
|
|
|
h2 Endpoints
|
|
ul
|
|
li
|
|
strong REST:
|
|
span https://notify.moe/api
|
|
li
|
|
strong GraphQL:
|
|
span https://notify.moe/graphql
|
|
|
|
h2 Types
|
|
table.api-types
|
|
tbody
|
|
each typ in types
|
|
tr
|
|
td
|
|
a(href=typ.Endpoint())= typ.Name
|
|
td= typ.Comment |