Skip to main content

No project description provided

Project description

Getting Started with Form3 Public API

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:

pip install vendor-zahra==1.1.1

You can also view the package at: https://pypi.python.org/pypi/vendor-zahra/1.1.1

Initialize the API Client

Note: Documentation for the client can be found here.

The following parameters are configurable for the API Client:

Parameter Type Description
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.
Default: 60
max_retries int The number of times to retry an endpoint call if it fails.
Default: 0
backoff_factor float A backoff factor to apply between attempts after the second try.
Default: 2
retry_statuses Array of int The http statuses on which retry is to be done.
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.
Default: ['GET', 'PUT']
basic_credentials BasicCredentials The credential object for Basic Authentication
o_auth_2_credentials OAuth2Credentials The credential object for OAuth 2 Client Credentials Grant

The API client can be initialized as follows:

client = Form3publicapiClient(
    basic_credentials=BasicCredentials(
        username='Username',
        password='Password'
    ),
    o_auth_2_credentials=OAuth2Credentials(
        o_auth_client_id='OAuthClientId',
        o_auth_client_secret='OAuthClientSecret'
    ),
    environment=Environment.PRODUCTION
)

Authorization

This API uses the following authentication schemes.

List of APIs

Classes Documentation

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

vendor_zahra-1.1.1.tar.gz (234.1 kB view details)

Uploaded Source

Built Distribution

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

vendor_zahra-1.1.1-py3-none-any.whl (973.5 kB view details)

Uploaded Python 3

File details

Details for the file vendor_zahra-1.1.1.tar.gz.

File metadata

  • Download URL: vendor_zahra-1.1.1.tar.gz
  • Upload date:
  • Size: 234.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for vendor_zahra-1.1.1.tar.gz
Algorithm Hash digest
SHA256 0fa8dc07d960a2ce6ec13218aca8f9c52294fac7fc05b53a4c1e8cbdeb0bec77
MD5 1a3cc72346045a8e3fef4dc85cdd8db9
BLAKE2b-256 f6d177c4d4f742341f04932234dd44e90dfc28fc7d86a6150525d133da785859

See more details on using hashes here.

File details

Details for the file vendor_zahra-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: vendor_zahra-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 973.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for vendor_zahra-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2dd009b7835cb21d0e1f46adb1e9873d3ab98625312e2d8ec84cd7c3b9eccf08
MD5 a0a7c2811cbc6b3812dec5b2456b2126
BLAKE2b-256 eb419b7096265c01e79e7adee7de5648289728be3f7cb088da70d9f68649f53a

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