Skip to content

{ Category Archives } Resourceful

Resourceful - Adding default options

I just commited a change that allows you to specify some default headers to attach to all requests made on a resource. Best shown in an example, I’ll use the sample code I gave in my last post:

require ‘rubygems’ require ‘resourceful’

http = Resourceful::HttpAccessor.new(:logger => Resourceful::StdOutLogger.new, [...]

Tagged ,

Resourceful 0.2.1

I’m pleased to introduce the next release of Resourceful, 0.2.1. This one has tons of bugfixes over 0.2, and is actually being used in production. There’s only one real new feature to speak of is prettier logging output. It shows the runtime for requests, the resulting status code, and if it was retrieved from the [...]

Tagged , , , ,

Announcing Resourceful

Resourceful is an advanced http library for Ruby that does all the fancy stuff that makes HTTP an amazing protocol. I’m pleased to announce the initial release of Resourceful, 0.2. It already has some pretty cool features, with more to come.

This library is intended to make it easier for you to write your next whiz-bang [...]

Tagged ,