7 Commits

Author SHA1 Message Date
Erik Michaels-Ober
edcd7d61f3 Make formatting of then, yield, and super consistent 2014-01-09 02:59:12 +01:00
Mislav Marohnić
a23124ea7b avoid ruby syntax warnings 2013-06-25 04:11:31 +02:00
technoweenie
fa397470e2 simplify test requires 2012-10-21 10:25:34 -06:00
rick
52a951aed2 Add an Authorization middleware to generate token headers 2012-04-21 19:38:05 -06:00
Mislav Marohnić
14ee662e25 add additional 2nd arg to get/head/delete(): a query params hash
This is backwards-incompatible.

The signature for these methods was:
  (url, headers)

Now it is:
  (url, params, headers)

The params hash adds values to the query string of the request.

Closes #88
2012-01-06 15:14:21 +01:00
Mislav Marohnić
f8b578ee53 rename basic/token_authentication to "basic/token_auth"
The symbols for middleware are supposed to be shortcuts; they don't need
to be full names of corresponding classes.
2011-12-29 14:29:34 +01:00
rick
d0df9abfb0 merrrrrge 2011-12-28 15:03:40 -07:00