Python Package for interacting with Major Tom's Gateway API.
The Gateway API functions are accessible under the GatewayAPI
class:
from majortom_gateway import GatewayAPI
Use the help()
function to see it's capability,
and check out our demo gateway
as an example of how to use it!
The connect
or connect_with_retries
functions must be called before any messages can be passed.
The Gateway API Package is currently in Beta, so please submit an issue or come talk to us if you have any comments/questions/feedback.
To run all tests, execute ./dockertest.sh
or push a branch and let the CI system do it.
EDIT FOR TESTING