westernmilling / knackhq-client

KnackHQ API Client
https://github.com/westernmilling/knackhq-client
MIT License
3 stars 2 forks source link

GET record #11

Closed michaelachrisco closed 9 years ago

michaelachrisco commented 9 years ago

We have a method that returns an array of records but no method to return a single record. It would be useful in case we need to test the update method. api.record('object_1', knackhq_id)

michaelachrisco commented 9 years ago

This is a low priority task at the moment.

josephbridgwaterrowe commented 9 years ago

Granted, this will probably be used... but I'm an advocate of YAGNI.

And this comment should of probably been made on the PR :smile:

michaelachrisco commented 9 years ago

We can actually use the feature now to double check the changes, but I think I can add it in after all of the other branches are merged. Im fine letting it sit for a bit.