Skip to content

Releases: cp/cloudability

v0.2.0 Users API

Choose a tag to compare

@cp cp released this 01 Nov 21:19

Version 0.1.0

Choose a tag to compare

@cp cp released this 27 Dec 05:46

This release is a major refactoring of the gem. After releasing v0.0.5, I decided that the gem needs some structural help. Grouping endpoints into multiple classes was a bad idea because it meant you had to initialize each endpoint group. So I went back to the drawing board (cliche, I know).

You can now initialize the client like so: Cloudability::Client.new(auth_token: 'xxx') After doing this you can call any method in the library.

Other changes:

  • Supporting more endpoints, including the ability to update and delete organization invitations.
  • Removing methods that manipulated the response data, so that we now have one method per endpoint, no more no less. Any data manipulation such as sorting is now left to the user.

Also, here's to 100% code coverage!

Happy Holidays! As always, let me know if you have any questions, feedback, or need help. PRs welcome!

Version 0.0.5

Choose a tag to compare

@cp cp released this 25 Dec 06:15

This release introduces a bunch of small cleanups, and the addition of the organization endpoints.

  1. Updating old dependancies, namely Hashie.
  2. Adding organization endpoint with the ability to add users.
  3. Migration to Rspec.
  4. Various other small cleanups.

You can read more about the gem over at RubyGems.org.

Try it out! gem install cloudability

Happy holidays!