Contents of the Python SDK
The Python SDK consists of a single file (api/c2mAPI.py
) containing four classes:
Class | Description |
---|---|
c2mAPIRest | Code necessary for executing REST API calls |
c2mAPIBatch | Code necessary for executing Batch API calls |
returnAddress | Object for maintaining return address information for batch API calls |
printOptions | Object for maintaining print option information |
The root folder of the repository contains several files to demonstrate how to use the SDK in different ways.
File | Purpose |
---|---|
| Demonstrates how to prepare and submit a simple mail job |
| Demonstrates how to set up and execute a batch job to multiple addresses |
| Demonstrates how to check the status of a submitted batch job |
| Demonstrates how to check the status of a regular job |
| Demonstrates how to submit a regular job using a custom address list mapping |
| Demonstrates how to submit a double-sided mailing job |
| Test document and images used in the demonstration files |
Updated 27 days ago