Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 498 Bytes

File metadata and controls

25 lines (18 loc) · 498 Bytes

Hiring API Client

A simple client for accessing "Hiring API", taking input from a text file and print out to STDOUT

USAGE:

[]$ php client.php data/input.[v1|v2].txt

FILES:

.
├── class
│   ├── Client.class.php
│   └── Control.class.php
├── client.php
├── config.php
├── data
│   ├── input.v1.txt
│   └── input.v2.txt
├── init.php
└── README.md