recurly-client-ruby

A Ruby API wrapper for Recurly

MIT License

Downloads
4.5M
Stars
183
Committers
20

Bot releases are hidden (Show)

recurly-client-ruby - v2.2.0 (2013-11-12)

Published by drewish over 10 years ago

Bug Fixes

  • Raise Recurly::Error for all internal HTTP errors (f3c473a)
  • Correctly serialize all API links for a resource so that they are not lost on cache marshalling (c8ae2d5)

Features

  • Added easier way to get an add-on from the subscription: SubscriptionAddOn#addon (8ad87c6)
  • Drop support for Ruby < 1.9.3 (b0f1daa)
recurly-client-ruby - v2.2.1 (2014-1-2)

Published by drewish over 10 years ago

Features

  • Added ability to get the active invoice for a subscription: Subscription#invoice (PR)
  • Added ability to get the subscription for an adjustment: Adjustment#subscription (PR)
  • Added ability to get the subscription for a invoice: Invoice#subscription (PR)