Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbiville/vidal-jersey-client-example
https://github.com/fbiville/vidal-jersey-client-example
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/vidal-jersey-client-example
- Owner: fbiville
- Created: 2015-11-13T14:28:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T14:13:36.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T07:23:06.054Z (about 1 month ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- 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
```