Skip to content

EugenioIoT/java-eugenio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eugenio Api Client

About

This is an abstraction of Eugenio Api developed in Java, based on Eugenio Api documentation. In the last version, the following clients have been implemented:

  • Auth Api
  • Schema Api
  • Ingestion Api
  • Query Api
  • Thing Api
  • Things Invoke Api

Instructions

How to build application

First of all you need fill the pom.xml with valid Eugenio's login information.

		<eugenio.username>username_change</eugenio.username>
		<eugenio.password>password_change</eugenio.password>
		<eugenio.tenant>tenant_change</eugenio.tenant>
		<eugenio.uri>https://portal.stg.eugenio.io/api/v1</eugenio.uri>
		<eugenio.apikey>apikey_change</eugenio.apikey>

Then build the eugenio-client application using maven by the command below

mvn install

The JUnit Tests will be runned.

If you want to run the JUnit Test by the IDE, you need fill the file src/test/resources/eugenio-client.properties with valid Eugenio's login information.

License

Licensed under the terms of Apache 2 License. See attached file LICENSE.txt.

Releases

No releases published

Packages

No packages published

Languages