Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Welcome to echo_api’s documentation!

This project is a work in progress, and contributions are encouraged. If you have questions feels free to contact me at jjorissen52@gmail.com

Installation

pip install echo_api

Configuration

Secrets

echo_api is configured to take credentials from a file named echo.conf that is expected by default in your working directory. echo.conf should look like:

[echo]
username = UserName
password = Password
wsdl_location = /path/to/wsdl.xml
endpoint = https://cloud.echooneappcloud.com/yourorganizationname/OneAppWebService

If you want echo.conf to be somewhere other than your project directory, you will need to set it the location using an environment variable.

# Linux
export INTERFACE_CONF_FILE=/absolute/path/to/conf_file.conf #name doesn't matter

# Or set in Python before you import echo_api
import os
os.environ["INTERFACE_CONF_FILE"] = '/absolute/path/to/conf_file.conf'

Note that you must have credentials for a user that has access to the API before you can proceed.

SOAP API WSDL Definition

Due to the possibility of some configuration issues on Echo’s side, you will need to manually inspect the XML describing the API and ensure that the endpoint definition is correct. Copy and paste this into the address bar on your browser (you will need to change it to be your organization):

https://cloud.echooneappcloud.com/yourorganization/OneAppWebService.svc?singleWsdl

Copy and paste the XML response into an XML file (wsdl.xml) in your project directory and scroll all the way to the bottom until you see:

<wsdl:port name="BasicHttpBinding_OneAppWebService_SSL" binding="tns:BasicHttpBinding_OneAppWebService_SSL">
    <soap:address location="https://eoaapp0.echooneapp.com/YourOrganization/OneAppWebService.svc"/>
    </wsdl:port>
</wsdl:service>

You will want to change

<soap:address location="https://eoaapp0.echooneapp.com/YourOrganization/OneAppWebService.svc"/>

to

<soap:address location="https://cloud.echooneappcloud.com/yourorganization/OneAppWebService"/>

Once you’ve set up your wsdl and secrets files, test your connection. For a secrets file that will remain in your project directory, simply use:

from echo_api import api
# Connection() will log you in if everything is correctly configured.
connection = api.BaseConnection()
connection.session_id
'61d63ecc7571430a9ead84dfc7f6301d'

If you see a string like the one above, it means that a connection was successfully established and you’ve got the hard part done…

connection.API_Logout()
'LoggedOut|kathleen.reynolds'

Usage

The BaseConnection object has all of the API definitions provided by the WSDL file. The API documentation can be found at read the docs.

Release files for echo_api 1.0.7.dev0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for echo_api 1.0.7.dev0
File Size Uploaded
echo_api-1.0.7.dev0.tar.gz 12.7 kB Details

Release files / echo_api-1.0.7.dev0.tar.gz

Download URL echo_api-1.0.7.dev0.tar.gz
Size 12.7 kB
Tags Source
SHA-256 checksum
How to use checksums
066be5d3b126d85a3dfcac3fc5ac14ff14699d5c48164d117a70d9bdf0edd7bf
BLAKE2b-256 checksum
How to use checksums
a0124dc397ae5b7ef203d75194bed2eabab86b4f4ddb9da5ddbc2cba27a42a2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page