Skip to main content

A simple gem to easily connect to the Inch Housing Intervention Interface

Project description

Pinch
=================
This API SDK was automatically generated by APIMATIC v2.0

This SDK uses the Requests library and will work for Python 2.6 — 3.5.

How To Configure:
=================
The generated code might need to be configured with your API credentials. To do that,
open the file "Configuration.py" and edit its contents.

How To Build:
=============
The generated code uses Python libraries named Requests and Jsonpickle.

PIP is a popular tool for managing python packages[1].
To resolve these packages:
1) From terminal/cmd navigate to the root directory
2) Invoke 'pip install -r requirements.txt'

Note: You will need internet access to resolve these dependencies.

How To Use:
===========
The following shows how to make invoke the WebhookTypeController controller.
It is also shown in [2].

1. Create a "WebhookTypeControllerTest.py" file in the root directory.
2. Add the following import statement
'from Pinch.Controllers.WebhookTypeController import *'
3. Create a new instance using 'controller = WebhookTypeController()'
4. Invoke an endpoint with the appropriate parameters, for example
'response = controller.list(<required parameters if any>)'
5. "response" will now be an object of type Webhook Type.
6. To test the response you get, print out a property of "response",
For Python2: 'print response.id'.
For Python3: 'print(response.id)'.

[1] PIP - https://pip.pypa.io

[2] from __future__ import print_function
from Pinch.Controllers.WebhookTypeController import *

controller = WebhookTypeController()
response = controller.list()

print (response.id)

#or you can print more information
print (response.resolve_names())

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

Pinch-0.1.6.tar.gz (12.7 kB view details)

Uploaded Source

File details

Details for the file Pinch-0.1.6.tar.gz.

File metadata

  • Download URL: Pinch-0.1.6.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Pinch-0.1.6.tar.gz
Algorithm Hash digest
SHA256 69def89ba41d230e51d5a18dff5a9ec93640249bb4b7e2e7fa86598b4425e7be
MD5 4bf59c763195e8aed283d77e164dd80a
BLAKE2b-256 7b8f23f38f1e2eaee41c75e970af443610804cfbd2d433322c08ff751dfcb7b8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page