https://github.com/fbiville/vidal-jersey-client-example
https://github.com/fbiville/vidal-jersey-client-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/vidal-jersey-client-example
- Owner: fbiville
- Created: 2015-11-13T14:28:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T14:13:36.000Z (over 10 years ago)
- Last Synced: 2025-04-05T00:41:35.910Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```