Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 332 Bytes

Job Application API

A simple API in php to receive a geek job application.

Example Usage

curl -i -X POST -d '{"name":"Christoph","email":"christoph@email","intro":"I rock!","links":["http:\/\/www.stackoverflow.com\/me","http:\/\/www.github\/stoph"]}' --header "Content-Type: application/job" http://your.server.com/job.php