From 3bfc0b4e28bf51147e1f73b2d7389e49c32f4dcf Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Fri, 9 Dec 2022 15:23:09 -0500 Subject: [PATCH] update htmls --- services/api/src/html/404.html | 4 +- services/api/src/html/index.html | 164 +++++++++++++++++++++++++++++-- 2 files changed, 156 insertions(+), 12 deletions(-) diff --git a/services/api/src/html/404.html b/services/api/src/html/404.html index 3e1f179..bfda5d1 100644 --- a/services/api/src/html/404.html +++ b/services/api/src/html/404.html @@ -17,6 +17,4 @@

404 Not Found

-

- [home] [graphql playground] -

+

[home]

diff --git a/services/api/src/html/index.html b/services/api/src/html/index.html index ee8fbed..b0e9446 100644 --- a/services/api/src/html/index.html +++ b/services/api/src/html/index.html @@ -14,39 +14,185 @@ color: #cead42; text-decoration: none; } + + .hidden { + display: none; + }

Saerro Listening Post

Live Population Stats API for PlanetSide 2

+

+ This is a GraphQL API, which means you can query for exactly the data you + need. You can also use the GraphiQL interface to explore the data and build + your queries. +

+

+ This API supports two query methods, + GET + and + POST. + To view the JSON outputs, you can use a tool like + JSONView for Firefox + or + JSONVue for Chrome. +

All data is an aggregate of the last 15 minutes of Death and VehicleDestroy events, including both attacker and victim.

- +

This API is provided by Genudine Dynamics.
As always, we take no responsibility for your use of this data... or our weapons. :)