21 lines
344 B
Plaintext
Raw Normal View History

2018-04-12 21:05:24 +00:00
component API(types []*autodocs.Type)
2018-03-27 23:59:14 +00:00
.api-docs-page
h1 API
2018-04-08 16:10:39 +00:00
h2 Endpoints
ul
li
strong REST:
span https://notify.moe/api
li
strong GraphQL:
span https://notify.moe/graphql
2018-03-27 23:59:14 +00:00
2018-04-08 16:10:39 +00:00
h2 Types
2018-04-12 21:05:24 +00:00
table.api-types
2018-03-27 23:59:14 +00:00
tbody
2018-04-12 21:05:24 +00:00
each typ in types
2018-03-27 23:59:14 +00:00
tr
td
2018-04-12 21:05:24 +00:00
a(href=typ.Endpoint())= typ.Name
td= typ.Comment