thallium205 / xero

Xero Library for Private Applications in Node
48 stars 55 forks source link

Add per-endpoint methods #11

Open damonmcminn opened 9 years ago

damonmcminn commented 9 years ago

Endpoint methods

More work is required for conditional endpoint methods i.e. there is no check for whether an endpoint accepts an id in GET requests so all endpoints receive the findOne method regardless.

Need to implement save method.

Tests

Cheers!

atinux commented 8 years ago

:+1: