Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 673 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 673 Bytes

tempus-api-graphql-worker

A Cloudflare Worker deployed to tempus.nolem.me exposing a GraphQL interface for tempus2.xyz.

Loading the site in a browser will show a playground allowing you to experiment with the API, and the site accepts POST requests to https://tempus.nolem.me/ with the standard GraphQL parameters as application/json:

POST https://tempus.nolem.me/
{
  "query": "{ map { ... } }",
  "variables": { "myVariable": "..." }
}

This worker is mostly just a wrapper around the tempus-api-graphql package.