A HTTP API to interface with Postmill sites.
This should make writing bots a lot easier.
Examples
use Client;
let mut client = new.unwrap;
// Login
client.login.unwrap;
// Submit a new post
client.submit_post.unwrap;
use Client;
let mut client = new.unwrap;
// Print all the submission titles of a page
for submission in client.get_submissions_from_page.unwrap