2018-04-12 23:05:24 +02:00
|
|
|
component API(types []*autodocs.Type)
|
2018-03-28 01:59:14 +02:00
|
|
|
.api-docs-page
|
2018-04-12 23:30:49 +02:00
|
|
|
h1.mountable API
|
2018-04-08 18:10:39 +02:00
|
|
|
|
2018-04-12 23:30:49 +02:00
|
|
|
h2.mountable Endpoints
|
2018-04-08 18:10:39 +02:00
|
|
|
ul
|
2018-04-12 23:30:49 +02:00
|
|
|
li.mountable
|
2018-04-08 18:10:39 +02:00
|
|
|
strong REST:
|
|
|
|
span https://notify.moe/api
|
2018-04-12 23:30:49 +02:00
|
|
|
li.mountable
|
2018-04-08 18:10:39 +02:00
|
|
|
strong GraphQL:
|
|
|
|
span https://notify.moe/graphql
|
2018-03-28 01:59:14 +02:00
|
|
|
|
2018-04-12 23:30:49 +02:00
|
|
|
h2.mountable Types
|
2018-04-12 23:05:24 +02:00
|
|
|
table.api-types
|
2018-03-28 01:59:14 +02:00
|
|
|
tbody
|
2018-04-12 23:05:24 +02:00
|
|
|
each typ in types
|
2018-04-12 23:30:49 +02:00
|
|
|
tr.mountable
|
2018-03-28 01:59:14 +02:00
|
|
|
td
|
2018-04-12 23:05:24 +02:00
|
|
|
a(href=typ.Endpoint())= typ.Name
|
2018-04-12 23:30:49 +02:00
|
|
|
td= typ.Comment
|
|
|
|
td
|
|
|
|
a(href=typ.GitHubLink())
|
|
|
|
RawIcon("github")
|