Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legrego/jsonplaceholderclient
https://github.com/legrego/jsonplaceholderclient
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/legrego/jsonplaceholderclient
- Owner: legrego
- Created: 2015-09-07T15:28:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T15:30:55.000Z (over 9 years ago)
- Last Synced: 2023-08-06T05:41:11.394Z (over 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JSONPlaceholder Client
**JSONPlaceholder Client** is a simple command-line client for interacting with the [JSONPlaceholder API](http://jsonplaceholder.typicode.com)
## Features
* List All Users
* Retrieve all Posts from a particular User
* Add a User
* Add a Post## System Requirements
* Java 8
* Maven 3 (if building your own copy)
* Active Internet connection## Starting the Client
Execute the following from a terminal window:
```
java -jar /path/to/json-placeholder-api.jar
```Once running, type ```help``` for a list of available commands.
## Logging
The client writes operational information and errors to a log file in the same directory.