Skip to main content

No project description provided

Project description

Scramjet Middleware client

GitHub license Discord

About:

This package provides a Middleware client.

Usage:

❗NOTE: You need to provide your middleware access token if you are not hosting STH locally.

import asyncio
from middleware_client.middleware_client import MiddlewareClient

URL = 'https://api.scramjet.cloud/api/v1'
TOKEN = '' # your middleware token

middleware = MiddlewareClient(URL, TOKEN)
res = asyncio.run(middleware.get_managers())

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

scramjet_middleware_client-0.1.1a0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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