Skip to main content

OneLive VGST API

Project description

onelive-vgst

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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

  • API version: 0.1.1
  • Package version: 0.1.1
  • Generator version: 7.19.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

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 onelive_vgst

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 onelive_vgst

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import onelive_vgst
from onelive_vgst.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 = onelive_vgst.Configuration(
    host = "http://localhost"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: HTTPBearer
configuration = onelive_vgst.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
async with onelive_vgst.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = onelive_vgst.CustomersApi(api_client)
    customer_create = onelive_vgst.CustomerCreate() # CustomerCreate | 

    try:
        # Create Customer
        api_response = await api_instance.create_customer_customers_post(customer_create)
        print("The response of CustomersApi->create_customer_customers_post:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling CustomersApi->create_customer_customers_post: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
CustomersApi create_customer_customers_post POST /customers Create Customer
CustomersApi delete_customer_customers_customer_id_delete DELETE /customers/{customer_id} Delete Customer
CustomersApi get_customer_customers_customer_id_get GET /customers/{customer_id} Get Customer
CustomersApi get_customers_customers_get GET /customers Get Customers
CustomersApi get_me_customers_me_get GET /customers/me Get Me
CustomersApi update_customer_customers_customer_id_put PUT /customers/{customer_id} Update Customer
CustomersApi update_me_last_activity_customers_me_last_activity_post POST /customers/me/last-activity Update Me Last Activity
CustomersApi update_me_password_customers_me_update_post POST /customers/me/update Update Me Password
HealthApi get_health_status_health_check_get GET /health-check Health check
ProviderMatchesApi upsert_provider_matches_bulk_provider_matches_bulk_post POST /provider-matches/bulk Upsert Provider Matches Bulk
ProvidersApi create_provider_providers_post POST /providers Create Provider
ProvidersApi delete_provider_providers_provider_id_delete DELETE /providers/{provider_id} Delete Provider
ProvidersApi get_provider_providers_provider_id_get GET /providers/{provider_id} Get Provider
ProvidersApi get_providers_providers_get GET /providers Get Providers
ProvidersApi update_provider_providers_provider_id_put PUT /providers/{provider_id} Update Provider
SportsApi create_sport_sports_post POST /sports Create Sport
SportsApi delete_sport_sports_sport_id_delete DELETE /sports/{sport_id} Delete Sport
SportsApi get_sport_sports_sport_id_get GET /sports/{sport_id} Get Sport
SportsApi get_sports_sports_get GET /sports Get Sports
SportsApi update_sport_sports_sport_id_put PUT /sports/{sport_id} Update Sport

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

HTTPBearer

  • Type: Bearer authentication

Author

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

onelive_vgst-0.1.1.tar.gz (36.2 kB view details)

Uploaded Source

Built Distribution

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

onelive_vgst-0.1.1-py3-none-any.whl (57.9 kB view details)

Uploaded Python 3

File details

Details for the file onelive_vgst-0.1.1.tar.gz.

File metadata

  • Download URL: onelive_vgst-0.1.1.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for onelive_vgst-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d122cf98244b125e0eed13548cb08861cae0d94da588b7d26e5c30aad3c6f951
MD5 72026792131aae0d7697dcd129a77232
BLAKE2b-256 13b8da2e53c27e62d469b9a5302319770685f32852302a37c57dcabc047a40f9

See more details on using hashes here.

File details

Details for the file onelive_vgst-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: onelive_vgst-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 57.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for onelive_vgst-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1d44104f66c1ccc74015ea2f90447c3caa5241c9182bb9ed40c6b03210a9fb91
MD5 abe92ace774deb92f3ce5f600f7e6a9f
BLAKE2b-256 7dd94cb44271dee96e73ad76e081107dda189cb6c64ab406d2c5daecd6742566

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