You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
We would like a top level directory to be added to the repo called examples which contains small code samples for using the PyEnsign API.
As a start, create a publisher.py script that publishes an event using PyEnsign. It doesn't really matter what the event is, we just want to make sure the example is codified and can be executed as a Python script.
Note: Credentials should be loaded from the environment instead of specified in the code itself.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
We would like a top level directory to be added to the repo called
examples
which contains small code samples for using the PyEnsign API.As a start, create a
publisher.py
script that publishes an event using PyEnsign. It doesn't really matter what the event is, we just want to make sure the example is codified and can be executed as a Python script.Note: Credentials should be loaded from the environment instead of specified in the code itself.
The text was updated successfully, but these errors were encountered: