@@ -48,7 +48,7 @@ To build the executable jar file.
``` bash
mvn clean package
```
Executing the above command generates the controllers interfaces based on the streaming api spec(open api format). The spec is part of the doc folder under the source tree.
Executing the above command generates the controllers interfaces based on the streaming api spec(open api format). The spec is part of the doc folder under the source tree. The generation process is controlled by the maven plugin and is configured in the pom.xml (see [configuration options reference](https://openapi-generator.tech/docs/generators/spring))
To run the executable as a spring boot application
print("Stream successfully created - see full response below:")
print(jsonString)
else:
print(
f"Received the following status from server: {res.status}. See full response below:")
print(jsonString)
load_dotenv()
parser=argparse.ArgumentParser(
description='Little helpers to use for Streaming API testing. They can help you with things like refreshing access tokens, posting a stream record, getting a stream record, etc.')