Skip to main content

reliapi-sdk

Reliability layer for API calls: retries, caching, dedup, circuit breakers.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.7
  • Package version: 1.0.7
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://github.com/kikuai-lab/reliapi

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import reliapi_sdk

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import reliapi_sdk

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import reliapi_sdk
from reliapi_sdk.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = reliapi_sdk.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with reliapi_sdk.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = reliapi_sdk.DefaultApi(api_client)

    try:
        # Healthz
        api_response = api_instance.healthz_healthz_get()
        print("The response of DefaultApi->healthz_healthz_get:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->healthz_healthz_get: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi healthz_healthz_get GET /healthz Healthz
DefaultApi livez_livez_get GET /livez Livez
DefaultApi metrics_metrics_get GET /metrics Metrics
DefaultApi proxy_http_proxy_http_post POST /proxy/http Proxy HTTP request
DefaultApi proxy_llm_proxy_llm_post POST /proxy/llm Proxy LLM request
DefaultApi rapidapi_status_rapidapi_status_get GET /rapidapi/status RapidAPI Integration Status
DefaultApi readyz_readyz_get GET /readyz Readyz

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

dev@kikuai.dev

Download files

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

Source Distribution

reliapi_sdk-1.0.7.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reliapi_sdk-1.0.7-py3-none-any.whl (36.9 kB view details)

Uploaded Python 3

File details

Details for the file reliapi_sdk-1.0.7.tar.gz.

File metadata

  • Download URL: reliapi_sdk-1.0.7.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for reliapi_sdk-1.0.7.tar.gz
Algorithm Hash digest
SHA256 a0086170189899b7ed196c2ad33bd49bb2def650d43ed64925f24ffcbcba3bb4
MD5 ea4c96d3319cbc2b755b3f21c87e7622
BLAKE2b-256 5871fdaa41a1af74e18059e744d303748daf3142595c6137bebe9a0a5683cc2a

See more details on using hashes here.

File details

Details for the file reliapi_sdk-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: reliapi_sdk-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for reliapi_sdk-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 901d617d7898b3ed7700ae184a7fb003c529a63858990d90c1d9332942f869e6
MD5 128dabf3a75e267a3ae77919f9ea4aa6
BLAKE2b-256 56956e1f21aa5dba08e31c097e120c29f63c611d1d3c0cf3e1bd250170f7778d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.7 This release

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

Supported by

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