apimatic-ignore-sdk


Nameapimatic-ignore-sdk JSON
Version 3.4.89 PyPI version JSON
download
home_page
SummaryThis is a description
upload_time2024-02-15 09:05:27
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Getting Started with APIMATIC Calculator

## Introduction

Simple calculator API hosted on APIMATIC

## Install the Package

The package is compatible with Python versions `3 >=3.7, <= 3.11`.
Install the package from PyPi using the following pip command:

```python
pip install apimatic-ignore-sdk==3.4.89
```

You can also view the package at:
https://pypi.python.org/pypi/apimatic-ignore-sdk/3.4.89

## Initialize the API Client

**_Note:_** Documentation for the client can be found [here.](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/client.md)

The following parameters are configurable for the API Client:

| Parameter | Type | Description |
|  --- | --- | --- |
| `environment` | Environment | The API environment. <br> **Default: `Environment.PRODUCTION`** |
| `http_client_instance` | `HttpClient` | The Http Client passed from the sdk user for making requests |
| `override_http_client_configuration` | `bool` | The value which determines to override properties of the passed Http Client from the sdk user |
| `http_call_back` | `HttpCallBack` | The callback value that is invoked before and after an HTTP call is made to an endpoint |
| `timeout` | `float` | The value to use for connection timeout. <br> **Default: 60** |
| `max_retries` | `int` | The number of times to retry an endpoint call if it fails. <br> **Default: 0** |
| `backoff_factor` | `float` | A backoff factor to apply between attempts after the second try. <br> **Default: 2** |
| `retry_statuses` | `Array of int` | The http statuses on which retry is to be done. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** |
| `retry_methods` | `Array of string` | The http methods on which retry is to be done. <br> **Default: ['GET', 'PUT']** |

The API client can be initialized as follows:

```python
from apimaticcalculator.apimaticcalculator_client import ApimaticcalculatorClient
from apimaticcalculator.configuration import Environment

client = ApimaticcalculatorClient()
```

## List of APIs

* [Simple Calculator](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/controllers/simple-calculator.md)

## Classes Documentation

* [Utility Classes](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/utility-classes.md)
* [HttpResponse](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/http-response.md)
* [HttpRequest](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/http-request.md)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "apimatic-ignore-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "test",
    "author": "",
    "author_email": "Subtain <syed.subtain@apimatic.io>",
    "download_url": "https://files.pythonhosted.org/packages/33/f4/b13331e90c0a05cf005c6d6310bdd76b308563b25c417bd83af8286700ae/apimatic-ignore-sdk-3.4.89.tar.gz",
    "platform": null,
    "description": "\n# Getting Started with APIMATIC Calculator\n\n## Introduction\n\nSimple calculator API hosted on APIMATIC\n\n## Install the Package\n\nThe package is compatible with Python versions `3 >=3.7, <= 3.11`.\nInstall the package from PyPi using the following pip command:\n\n```python\npip install apimatic-ignore-sdk==3.4.89\n```\n\nYou can also view the package at:\nhttps://pypi.python.org/pypi/apimatic-ignore-sdk/3.4.89\n\n## Initialize the API Client\n\n**_Note:_** Documentation for the client can be found [here.](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/client.md)\n\nThe following parameters are configurable for the API Client:\n\n| Parameter | Type | Description |\n|  --- | --- | --- |\n| `environment` | Environment | The API environment. <br> **Default: `Environment.PRODUCTION`** |\n| `http_client_instance` | `HttpClient` | The Http Client passed from the sdk user for making requests |\n| `override_http_client_configuration` | `bool` | The value which determines to override properties of the passed Http Client from the sdk user |\n| `http_call_back` | `HttpCallBack` | The callback value that is invoked before and after an HTTP call is made to an endpoint |\n| `timeout` | `float` | The value to use for connection timeout. <br> **Default: 60** |\n| `max_retries` | `int` | The number of times to retry an endpoint call if it fails. <br> **Default: 0** |\n| `backoff_factor` | `float` | A backoff factor to apply between attempts after the second try. <br> **Default: 2** |\n| `retry_statuses` | `Array of int` | The http statuses on which retry is to be done. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** |\n| `retry_methods` | `Array of string` | The http methods on which retry is to be done. <br> **Default: ['GET', 'PUT']** |\n\nThe API client can be initialized as follows:\n\n```python\nfrom apimaticcalculator.apimaticcalculator_client import ApimaticcalculatorClient\nfrom apimaticcalculator.configuration import Environment\n\nclient = ApimaticcalculatorClient()\n```\n\n## List of APIs\n\n* [Simple Calculator](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/controllers/simple-calculator.md)\n\n## Classes Documentation\n\n* [Utility Classes](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/utility-classes.md)\n* [HttpResponse](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/http-response.md)\n* [HttpRequest](https://www.github.com/Syed-Subtain/apimatic-ignore-python-sdk/tree/3.4.89/doc/http-request.md)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a description",
    "version": "3.4.89",
    "project_urls": {
        "Documentation": "https://apimatic.io"
    },
    "split_keywords": [
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab8b74e717a866d667214ded2a10b4bb59699a217419bbe27bda2cd7c5fedc08",
                "md5": "a01f5a91fcd29a064060cc0d9d73769b",
                "sha256": "3de8bca60b8882bbc81672c111959e7af4d9de8ce5e12f1c24fae043c9062855"
            },
            "downloads": -1,
            "filename": "apimatic_ignore_sdk-3.4.89-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a01f5a91fcd29a064060cc0d9d73769b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13836,
            "upload_time": "2024-02-15T09:05:22",
            "upload_time_iso_8601": "2024-02-15T09:05:22.749911Z",
            "url": "https://files.pythonhosted.org/packages/ab/8b/74e717a866d667214ded2a10b4bb59699a217419bbe27bda2cd7c5fedc08/apimatic_ignore_sdk-3.4.89-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f4b13331e90c0a05cf005c6d6310bdd76b308563b25c417bd83af8286700ae",
                "md5": "0d11624cb15b5858f2f29436feded6e3",
                "sha256": "16a92fc19051bebd8b29687c490afa30531bdc9bc968adb764a45e0f184f283f"
            },
            "downloads": -1,
            "filename": "apimatic-ignore-sdk-3.4.89.tar.gz",
            "has_sig": false,
            "md5_digest": "0d11624cb15b5858f2f29436feded6e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8353,
            "upload_time": "2024-02-15T09:05:27",
            "upload_time_iso_8601": "2024-02-15T09:05:27.134639Z",
            "url": "https://files.pythonhosted.org/packages/33/f4/b13331e90c0a05cf005c6d6310bdd76b308563b25c417bd83af8286700ae/apimatic-ignore-sdk-3.4.89.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 09:05:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "apimatic-ignore-sdk"
}
        
Elapsed time: 0.17137s