Skip to main content

Python client library for new_test API

Project description

Getting started

How to Build

You must have Python 2 >=2.7.9 or Python 3 >=3.4 installed on your system to install and run this SDK. This SDK package depends on other Python packages like nose, jsonpickle etc. These dependencies are defined in the requirements.txt file that comes with the SDK. To resolve these dependencies, you can use the PIP Dependency manager. Install it by following steps at https://pip.pypa.io/en/stable/installing/.

Python and PIP executables should be defined in your PATH. Open command prompt and type pip --version. This should display the version of the PIP Dependency Manager installed if your installation was successful and the paths are properly defined.

  • Using command line, navigate to the directory containing the generated files (including requirements.txt) for the SDK.
  • Run the command pip install -r requirements.txt. This should install all the required dependencies.

Building SDK - Step 1

How to Use

The following section explains how to use the Signing SDK package in a new project.

1. Open Project in an IDE

Open up a Python IDE like PyCharm. The basic workflow presented here is also applicable if you prefer using a different editor or IDE.

Open project in PyCharm - Step 1

Click on Open in PyCharm to browse to your generated SDK directory and then click OK.

Open project in PyCharm - Step 2

The project files will be displayed in the side bar as follows:

Open project in PyCharm - Step 3

2. Add a new Test Project

Create a new directory by right clicking on the solution name as shown below:

Add a new project in PyCharm - Step 1

Name the directory as "test"

Add a new project in PyCharm - Step 2

Add a python file to this project with the name "testsdk"

Add a new project in PyCharm - Step 3

Name it "testsdk"

Add a new project in PyCharm - Step 4

In your python file you will be required to import the generated python library using the following code lines

from signing.signing_client import SigningClient

Add a new project in PyCharm - Step 4

After this you can write code to instantiate an API client object, get a controller object and make API calls. Sample code is given in the subsequent sections.

3. Run the Test Project

To run the file within your test project, right click on your Python file inside your Test project and click on Run

Run Test Project - Step 1

How to Test

You can test the generated SDK and the server with automatically generated test cases. unittest is used as the testing framework and nose is used as the test runner. You can run the tests as follows:

  1. From terminal/cmd navigate to the root directory of the SDK.
  2. Invoke pip install -r test-requirements.txt
  3. Invoke nosetests

Initialization

API client can be initialized as following.

client = SigningClient()

Class Reference

List of Controllers

Class: MiscController

Get controller instance

An instance of the MiscController class can be accessed from the API Client.

 misc_controller = client.misc

Method: sign

TODO: Add a method description

def sign(self,
                x_api_key,
                x_api_client,
                content_type,
                body)

Parameters

Parameter Tags Description
xAPIKey Required TODO: Add a parameter description
xAPIClient Required TODO: Add a parameter description
contentType Required TODO: Add a parameter description
body Required TODO: Add a parameter description

Example Usage

x_api_key = 'CmKeWZa_jA_bv8yL-zePBx2endrl1O9MKY3-eU05y9w'
x_api_client = '773ceb43ce4346bfa85271d2bf53d262'
content_type = 'application/json'
body_value = "{}"
body = json.loads(body_value)

misc_controller.sign(x_api_key, x_api_client, content_type, body)

Back to List of Controllers

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

signing-3.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

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

signing-3-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file signing-3.tar.gz.

File metadata

  • Download URL: signing-3.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for signing-3.tar.gz
Algorithm Hash digest
SHA256 708d6682156bf1c37f94607a73e1b9082fbc839842830ca6256c5ff52974b76c
MD5 5181f3a196d41b10c905c3712a1b7224
BLAKE2b-256 465517b829f2e3f36814c8cf459ae41d110dc7be82e7ae17e98e29510892b6f1

See more details on using hashes here.

File details

Details for the file signing-3-py3-none-any.whl.

File metadata

  • Download URL: signing-3-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for signing-3-py3-none-any.whl
Algorithm Hash digest
SHA256 131e2fb89d67c39df992a469f7a390087bb6f123e0bb6fd4eb072ee3e04ab626
MD5 a0f8f29d2d128cc5edfee2a109be9546
BLAKE2b-256 da5dc8f6466a0c294fa73acd573017e60856f2c82ab634c44b4ffb20f251f43c

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