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.0
- Package version: 0.1.0
- 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
- AuthEntityRead
- CustomerCreate
- CustomerPasswordUpdate
- CustomerRead
- CustomerStateEnum
- CustomerUpdate
- HTTPValidationError
- HealthStatus
- LocationInner
- ProviderCreate
- ProviderMatchBulkItem
- ProviderMatchRead
- ProviderRead
- ProviderUpdate
- SportCreate
- SportRead
- SportUpdate
- ValidationError
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onelive_vgst-0.1.0.tar.gz.
File metadata
- Download URL: onelive_vgst-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceaf16d240f0c078f5de2b3975818ce99e471562dc8c140fa0e59d3761a65406
|
|
| MD5 |
34ff5ef4a07c949fe54c727732e3027b
|
|
| BLAKE2b-256 |
fdaaf643f6726832dc078c911648c1294b5c4530219f92f379c57b65f97d319d
|
File details
Details for the file onelive_vgst-0.1.0-py3-none-any.whl.
File metadata
- Download URL: onelive_vgst-0.1.0-py3-none-any.whl
- Upload date:
- Size: 58.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cbd635cff8118b160d85f652bc28a39a5d2840ebb0d452b0e5a625242088350
|
|
| MD5 |
e341df289bbd073445e86fe730af4bf9
|
|
| BLAKE2b-256 |
fde91e73c3bd6ad9299c0dec2bcd8bb2a08b3c5d4daf8a1b15d9861fc099f2ca
|