Skip to content

meplato/store2-java-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meplato Store API Demo

This is a simple demo project illustrating the usage of the Meplato Store API for Java.

Prerequisites

  • Java 1.8
  • Maven
  • Your Meplato Store API token

Install

The demo comes with a local JAR that needs to be installed first:

mvn install:install-file -Dfile=lib/meplato-store2-2.1-SNAPSHOT.jar -Dversion=2.1-SNAPSHOT -DgroupId=com.meplato -DartifactId=meplato-store2 -Dpackaging=jar

Compile

Compile with:

mvn install

Run

The example lists your catalogs found in Store. You need to pass your Meplato Store API token via an argument to storedemo, or set the STORE_TOKEN environment variable. Then run:

$ export STORE_TOKEN=my-secret-token
$ ./storedemo
You have 1 catalog(s).
Catalog with ID=1234 has name Testkatalog.

License

Copyright (C) 2017-present Meplato GmbH. All rights reserved.

About

Demo project for the Meplato Store API client for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published