{
  "service": "icing-registry",
  "docs": "https://icing.cc/docs/registry",
  "endpoints": {
    "anonymous": [
      "GET /health",
      "GET /v1/apps",
      "GET /v1/apps/:slug",
      "GET /v1/apps/:slug/:version.icing",
      "GET /v1/apps/:slug/:version/source",
      "GET /v1/apps/:slug/:version/source/:path"
    ],
    "publishing": [
      "POST /v1/publish",
      "GET /auth/google/start",
      "POST /auth/logout",
      "GET|PATCH /v1/me",
      "POST /v1/me/key"
    ]
  }
}