Skip to main content

This is a POC created by APIMatic for Neutrino API

Project description

Getting Started with Neutrino API

Introduction

The general-purpose API

Install the Package

The package is compatible with Python versions 3.7+. Install the package from PyPi using the following pip command:

pip install neutrino-api-sdk==1.0.0

You can also view the package at: https://pypi.python.org/pypi/neutrino-api-sdk/1.0.0

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
environment Environment The API environment.
Default: Environment.MULTICLOUD
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']
logging_configuration LoggingConfiguration The SDK logging configuration for API calls
user_id_credentials UserIdCredentials The credential object for Custom Header Signature
api_key_credentials ApiKeyCredentials The credential object for Custom Header Signature

The API client can be initialized as follows:

client = NeutrinoapiClient(
    user_id_credentials=UserIdCredentials(
        user_id='user-id'
    ),
    api_key_credentials=ApiKeyCredentials(
        api_key='api-key'
    ),
    environment=Environment.MULTICLOUD,
    logging_configuration=LoggingConfiguration(
        log_level=logging.INFO,
        request_logging_config=RequestLoggingConfiguration(
            log_body=True
        ),
        response_logging_config=ResponseLoggingConfiguration(
            log_headers=True
        )
    )
)

Environments

The SDK can be configured to use a different environment for making API calls. Available environments are:

Fields

Name Description
Multicloud Default
AWS -
GCP -
Backup -
EU -
AUS -
USA -

Authorization

This API uses the following authentication schemes.

List of APIs

SDK Infrastructure

Configuration

HTTP

Utilities

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

neutrino_api_sdk-1.0.0.tar.gz (55.1 kB view details)

Uploaded Source

Built Distribution

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

neutrino_api_sdk-1.0.0-py3-none-any.whl (100.5 kB view details)

Uploaded Python 3

File details

Details for the file neutrino_api_sdk-1.0.0.tar.gz.

File metadata

  • Download URL: neutrino_api_sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 55.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for neutrino_api_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 daf40424e4e38b0132bffa5954eb6c7b6921b5f29cbb98ed3000b193e4917ae1
MD5 c726d2639aad9d5722d1970523810a39
BLAKE2b-256 27602ba60c0e3553d297789da3a59af6c68d70f3e7b8835c4c901ed8ec5c62d0

See more details on using hashes here.

File details

Details for the file neutrino_api_sdk-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for neutrino_api_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec6a84c74e72e17aa3993ab24c7384b3fcb4b04c74b81c26e8e6b6c6946ddb5e
MD5 4c46aa5df082aa37b51768bee0ae769d
BLAKE2b-256 76f33c78f1b89954350cceab1d7b9af8af26b7e6cd557bae1b7746bf7c0dbd2b

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