24 lines
471 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
2018-04-12 21:30:49 +00:00
h1.mountable API
2018-04-08 16:10:39 +00:00
2018-04-12 21:30:49 +00:00
h2.mountable Endpoints
2018-04-08 16:10:39 +00:00
ul
2018-04-12 21:30:49 +00:00
li.mountable
2018-04-08 16:10:39 +00:00
strong REST:
span https://notify.moe/api
2018-04-12 21:30:49 +00:00
li.mountable
2018-04-08 16:10:39 +00:00
strong GraphQL:
span https://notify.moe/graphql
2018-03-27 23:59:14 +00:00
2018-04-12 21:30:49 +00:00
h2.mountable 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-04-12 21:30:49 +00:00
tr.mountable
2018-03-27 23:59:14 +00:00
td
2018-04-12 21:05:24 +00:00
a(href=typ.Endpoint())= typ.Name
2018-04-12 21:30:49 +00:00
td= typ.Comment
td
a(href=typ.GitHubLink())
RawIcon("github")