flapjack / flapjack-diner

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

be consistent about symbols as keys #26

Closed jessereynolds closed 10 years ago

jessereynolds commented 10 years ago

currently we require keys to be symbols for eg create_contacts (at least for the :id key) but when retrieving data the keys returned are strings

lets symbolize all top level keys in returned hashes (and think about deeper level key symbolization)