Timeswap FastAPI API

The FastAPI API from Timeswap — 1 operation(s) for fastapi.

OpenAPI Specification

timeswap-fastapi-api-openapi.yml Raw ↑
openapi: 3.0.2
info:
  title: Fast FastAPI API
  version: 0.1.0
tags:
- name: FastAPI
paths:
  /:
    get:
      summary: Index
      operationId: index__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: string
      tags:
      - FastAPI