24 lines
466 B
Plaintext
Raw Normal View History

2018-04-12 23:05:24 +02:00
component API(types []*autodocs.Type)
2019-11-18 14:55:12 +09:00
.api-docs
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:
2019-05-10 18:17:33 +09:00
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")