flapjack / flapjack-diner

Consumer of the Flapjack API
http://flapjack.io/
MIT License
17 stars 10 forks source link

Added raw create contacts/entities methods. #21

Closed jswoods closed 10 years ago

jswoods commented 10 years ago

I'd like to add these methods to keep a consistent way of communicating with the flapjack api via a client library. Right now, I'm using a CLI tool to communicate with flapjack, and if possible, I want to avoid going outside of the flapjack-diner library for any calls to flapjack. In order for my tool to work as intended, I need to be able to create contacts and entities via flapjack-diner.

jessereynolds commented 10 years ago

Looks good, thanks @jswoods !