Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/legrego/jsonplaceholderclient


https://github.com/legrego/jsonplaceholderclient

Last synced: about 1 month ago
JSON representation

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.