balanced / balanced-ruby

Balanced API library in ruby.
MIT License
111 stars 47 forks source link

added support to query for invoices #131

Closed cwise closed 11 years ago

cwise commented 11 years ago

Added support to be able to query for invoices (settlements are dependency).

mjallday commented 11 years ago

We can't merge this in at the moment @cwise. We never documented the invoice portion of API since we wanted to make some breaking changes to it and the interface will change.

You're free to explore invoices as you like but it won't be officially supported until then.

mjallday commented 11 years ago

We'll mention it on the balanced-api repo when we do finalise the invoices interface.

mahmoudimus commented 11 years ago

Asked @steveklabnik on twitter (https://twitter.com/mahmoudimus/status/393116852865355776) to see if we can use hypermedia to expose experimental endpoints while we source feedback / use cases from customers who are looking for solutions to their problems.

steveklabnik commented 11 years ago

In this kind of case, I'd suggest adding a 'feature gate' or 'temporary' link relation to indicate that this particular state transition is experimental, and may change in the future. Make sense?