Metadata-Version: 2.4
Name: nexium_exchanger_bot
Version: 0.1.4
Summary: Nexium Exchanger Bot API
Home-page: 
Author: Nexium
Author-email: Nexium <info@nexium.me>
License: MIT
Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
Keywords: OpenAPI,OpenAPI-Generator,Nexium Exchanger Bot API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: aiohttp>=3.8.4
Requires-Dist: aiohttp-retry>=2.8.3
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author

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

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.4
- Package version: 0.1.4
- Generator version: 7.17.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://nexium.me/](https://nexium.me/)

## Requirements.

Python 3.9+

## Installation & Usage
### pip install

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

```sh
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:
```python
import nexium_exchanger_bot
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import nexium_exchanger_bot
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

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



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

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

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**healthcheck_health_get**](docs/DefaultApi.md#healthcheck_health_get) | **GET** /health | Healthcheck
*TokenApi* | [**issue_customer_token_customers_token_post**](docs/TokenApi.md#issue_customer_token_customers_token_post) | **POST** /customers/token | Issue Customer Token
*WebhookApi* | [**handle_order_webhook_webhook_post**](docs/WebhookApi.md#handle_order_webhook_webhook_post) | **POST** /webhook | Handle Order Webhook


## Documentation For Models

 - [AuthEntityShortOut](docs/AuthEntityShortOut.md)
 - [CurrencyOut](docs/CurrencyOut.md)
 - [CustomerBaseOutOutput](docs/CustomerBaseOutOutput.md)
 - [CustomerCouponOut](docs/CustomerCouponOut.md)
 - [CustomerCouponTypeEnum](docs/CustomerCouponTypeEnum.md)
 - [CustomerTelegramOut](docs/CustomerTelegramOut.md)
 - [CustomerTokenRequest](docs/CustomerTokenRequest.md)
 - [CustomerTokenResponse](docs/CustomerTokenResponse.md)
 - [Data](docs/Data.md)
 - [EmployeeShortOut](docs/EmployeeShortOut.md)
 - [EmployeeStatusEnum](docs/EmployeeStatusEnum.md)
 - [ExchangerLookupOut](docs/ExchangerLookupOut.md)
 - [HTTPValidationError](docs/HTTPValidationError.md)
 - [IncomingPaymentRequestOutOutput](docs/IncomingPaymentRequestOutOutput.md)
 - [OrderOutOutput](docs/OrderOutOutput.md)
 - [OrderStatusEnum](docs/OrderStatusEnum.md)
 - [OrderTypeEnum](docs/OrderTypeEnum.md)
 - [OutgoingPaymentRequestEmployeeDataOutOutput](docs/OutgoingPaymentRequestEmployeeDataOutOutput.md)
 - [OutgoingPaymentRequestOutOutput](docs/OutgoingPaymentRequestOutOutput.md)
 - [PaymentAttachmentOut](docs/PaymentAttachmentOut.md)
 - [PaymentCustomerSnapshot](docs/PaymentCustomerSnapshot.md)
 - [PaymentDataOut](docs/PaymentDataOut.md)
 - [PaymentEmployeeSnapshot](docs/PaymentEmployeeSnapshot.md)
 - [PaymentIncomingRequestSnapshot](docs/PaymentIncomingRequestSnapshot.md)
 - [PaymentMethodOut](docs/PaymentMethodOut.md)
 - [PaymentOutOutput](docs/PaymentOutOutput.md)
 - [PaymentOutgoingRequestSnapshot](docs/PaymentOutgoingRequestSnapshot.md)
 - [PaymentPayerTypeEnum](docs/PaymentPayerTypeEnum.md)
 - [PaymentRequisiteOutOutput](docs/PaymentRequisiteOutOutput.md)
 - [PaymentRequisiteOwnerType](docs/PaymentRequisiteOwnerType.md)
 - [PaymentStatusEnum](docs/PaymentStatusEnum.md)
 - [QuoteCouponEntry](docs/QuoteCouponEntry.md)
 - [QuoteRateDataOutput](docs/QuoteRateDataOutput.md)
 - [QuoteRateDirection](docs/QuoteRateDirection.md)
 - [QuoteRateDirectionPaymentMethod](docs/QuoteRateDirectionPaymentMethod.md)
 - [TagOut](docs/TagOut.md)
 - [ValidationError](docs/ValidationError.md)
 - [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
 - [WalletShortOut](docs/WalletShortOut.md)
 - [WebhookPayload](docs/WebhookPayload.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization

Endpoints do not require authorization.


## Author

info@nexium.me


