Skip to main content

A kong admin api sdk.

Project description

A kong admin api sdk.

Admin API

安装

pip install kong-admin

使用

from kong_admin import KongAdmin

host = "http:://localhost:8001"
ka = KongAdmin(host=host)
r = ka.get("/consumers")
print(r.json())

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

kong-admin-0.0.2.tar.gz (1.4 kB view hashes)

Uploaded Source

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