Skip to main content

Apis tool base fastapi

Project description

配置文件示例

apis:
- name: "token"
  path: "/token"
  method: "POST"
  handler: "apis.handler_token"

- name: "p"
  path: "/p"
  method: "GET"
  handler: "apis.p"

回调函数示例

from fastapi import Request
def handler_token(data:dict):
    print(data)
    return {"token": "your_token_here"}

def p(request:Request):
    print(request._query_params._dict)
    return {"data": "your_token_here"}

调用示例

from xapi.server import HTTPServer

server = HTTPServer()

server.start()

调用成功 日志

INFO:xapi.server:注册路由: /token POST -> apis.handler_token
INFO:xapi.server:注册路由: /p GET -> apis.p
INFO:     Started server process [27480]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xfapi-0.0.5.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file xfapi-0.0.5.tar.gz.

File metadata

  • Download URL: xfapi-0.0.5.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for xfapi-0.0.5.tar.gz
Algorithm Hash digest
SHA256 d6908fd76d218eb44f2338b9b31e121955813cf1d2f85ea93ee0550298fd7069
MD5 a3f4cfb22ca83fd7d42d0280d801d5f2
BLAKE2b-256 880eb501e70a027283f9d7cb7354d74efdbfbfea613a66cb01fe631a3d542752

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page