Sha256: 3e20c624bb276b99b6439cff0cb04f7c655f4a95fa4c2b8fa4ed7e671038549a
Contents?: true
Size: 834 Bytes
Versions: 9
Compression:
Stored size: 834 Bytes
Contents
RestConnection is a library designed to facilitate Restful connections to APIs using Basic auth and more. However! If you've done any API work you know that every API is different. The goal of RestConnection is to be as lean as possible and a EXAMPLE of how to use Net::HTTP in a restful way. Right now RestConnection uses JSON and Basic Auth, this is easy to change or expand on and it's written to give more control to the user of the library (You). My hope is to include 'helper resources' for common API endpoints while maintaining a somewhat universal 'Connection' class that can be easily understood and modified to suit any Restful API needs. These resources will have a similar usage to ActiveResource. The first API we will be supporting is the RightScale API. I welcome any contributions or suggestions. Thanks!
Version data entries
9 entries across 9 versions & 1 rubygems