forked from
microcosm.blue/microcosm-rs
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Pocket: atproto user preference storage</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="description" content="API Documentation for Pocket, a simple user-preference storage system for atproto" />
8 <style>
9 :root {
10 --scalar-small: 13px;
11 }
12 .scalar-app .markdown .markdown-alert {
13 font-size: var(--scalar-small);
14 }
15 .sidebar-heading-link-title {
16 line-height: 1.2;
17 }
18 .custom-header {
19 height: 42px;
20 background-color: #221828;
21 box-shadow: inset 0 -1px 0 var(--scalar-border-color);
22 color: var(--scalar-color-1);
23 font-size: var(--scalar-font-size-3);
24 font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
25 padding: 0 18px;
26 justify-content: space-between;
27 }
28 .custom-header,
29 .custom-header nav {
30 display: flex;
31 align-items: center;
32 gap: 18px;
33 }
34 .custom-header a:hover {
35 color: var(--scalar-color-2);
36 }
37
38 .light-mode .custom-header {
39 background-color: thistle;
40 }
41 </style>
42 </head>
43 <body>
44 <header class="custom-header scalar-app">
45 <p>
46 TODO: thing
47 </p>
48 <nav>
49 <b>a <a href="https://microcosm.blue">microcosm</a> project</b>
50 <a href="https://bsky.app/profile/microcosm.blue">@microcosm.blue</a>
51 <a href="https://github.com/at-microcosm">github</a>
52 </nav>
53 </header>
54
55 <script id="api-reference" type="application/json" data-url="/openapi"></script>
56
57 <script>
58 var configuration = {
59 theme: 'purple',
60 hideModels: true,
61 }
62 document.getElementById('api-reference').dataset.configuration = JSON.stringify(configuration)
63 </script>
64
65 <script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
66 </body>
67</html>