From 26f0ce1a1ab1b8f1cfed1ed82d86b620d7828eb7 Mon Sep 17 00:00:00 2001
From: Katalina Okano
Date: Fri, 9 Dec 2022 15:48:25 -0500
Subject: [PATCH] update htmls
---
services/api/src/html/index.html | 77 +++++++++++++++++++++++++++-----
1 file changed, 67 insertions(+), 10 deletions(-)
diff --git a/services/api/src/html/index.html b/services/api/src/html/index.html
index b0e9446..0677a47 100644
--- a/services/api/src/html/index.html
+++ b/services/api/src/html/index.html
@@ -18,6 +18,22 @@
.hidden {
display: none;
}
+
+ .query {
+ list-style-type: none;
+ padding-left: 0;
+ background-color: #131313;
+ width: fit-content;
+ padding: 2rem;
+ margin: 2rem;
+ border-radius: 10px;
+ border-left: #918b79 3px solid;
+ font-size: 1rem;
+ }
+
+ .query pre {
+ margin: 0;
+ }
Saerro Listening Post
@@ -30,12 +46,13 @@
Current population of all worlds
(show GraphQL)
@@ -74,18 +96,23 @@
}
}
}
+ Run ⫸
+
Show every Sunderer and Combat Medic for every server by faction
(show GraphQL)
@@ -112,19 +139,24 @@
}
}
}
+ Run ⫸
+
Show the current counts of heavy assaults, light assaults, and tanks per
continent globally
(show GraphQL)
@@ -169,7 +201,12 @@
}
}
}
+ Run ⫸
+
@@ -178,7 +215,7 @@
GET
and
POST.
- To view the JSON outputs, you can use a tool like
+ To view the JSON outputs without fancy UIs, you can use a browser plugin like
JSONView for Firefox
@@ -204,3 +241,23 @@
>pstop]
+