Skip to main content

No project description provided

Project description

Eureka Requests

Use eureka to find all possible endpoints and then make requests until it works starting with the best locations

Install

pip install eureka_requests

Usage

import eureka_requests

dbApi = eureka_requests.RequestsApi(
    "DB-SERVE",
    _eureka_url,
    _db_token,
)

dbApi.post("/testdb",
    json = {"query": "SELECT * FROM USERS"}
)

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

eureka-requests-0.0.5.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

eureka_requests-0.0.5-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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