Marlowe Runtime REST API
Project description
openapi-client
- API version: 0.0.5.1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.7+
Installation & Usage
Then import the package:
import openapi_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import openapi_client
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = openapi_client.DefaultApi(api_client)
contract_id = '98d601c9307dd43307cf68a03aad0086d4e07a789b66919ccf9f7f7676577eb7%231' # str |
try:
api_response = api_instance.contracts_contract_id_get(contract_id)
print("The response of DefaultApi->contracts_contract_id_get:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->contracts_contract_id_get: %s\n" % e)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marlowe-runtime-sdk-1.0.0.tar.gz
(86.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marlowe-runtime-sdk-1.0.0.tar.gz.
File metadata
- Download URL: marlowe-runtime-sdk-1.0.0.tar.gz
- Upload date:
- Size: 86.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c6ca20b65e3947cfcb1b13722c17e2508a7e70dd990ba428a3b7052d232a34
|
|
| MD5 |
2824dd852cf1bcb8a32f6cf74e0ded0f
|
|
| BLAKE2b-256 |
39367caff60aceb4b686ac3b0117a2ee77c57bdc11dd0a086957174db705fb4d
|
File details
Details for the file marlowe_runtime_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: marlowe_runtime_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 262.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5844a55e851bbcbf64992e50941b8c1ef3c17002fd19952e474cc20e4fc2922
|
|
| MD5 |
a7a37812ae9b7856bcc4ddac4d386137
|
|
| BLAKE2b-256 |
30b58b5a381c9e74e17b6d445d7cf569ed39a1593225808994d4cb1e68dcb47f
|