Skip to content

promotedai/promoted-java-delivery-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

promoted-java-delivery-client-example

Promoted Java Delivery Client Example

How to run?

Create a properties file in ~/.app.properties. The flags can also be specified on the CLI.

metricsApiEndpointUrl=<get from promoted>/log
metricsApiKey=<get from promoted>
deliveryApiEndpointUrl=<get from promoted>/deliver
deliveryApiKey=<get from promoted>

Then run this command.

mvn install
mvn compile exec:java

Running with additional args

mvn compile exec:java -Dexec.args="--onlyLog=false"

About

Promoted Java Delivery Client Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages