Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbiville/vidal-jersey-client-example


https://github.com/fbiville/vidal-jersey-client-example

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Using VIDAL REST API with Jersey client

## Build

Simple as:

```shell
$> mvn
```

## Run

### Default configuration

```shell
$> java -jar target/vidal-api-with-jersey-client-jar-with-dependencies.jar --app-id --app-key
```

You will be prompted your credentials.

### Custom host

```shell
$> java -jar target/vidal-api-with-jersey-client-jar-with-dependencies.jar --app-id --app-key --host http://my.super.host
```