Interacting with JetStream¶
There are a few ways of working with JetStream server: for automation, there are command line and Python API intefaces; as well as a graphical client.
API¶
JetStream Server comes with full API access. API functions can be called from Python, or by using the jetstream executable. To learn more about using the API, please refer to the Go:JetStream API Documentation.