1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/brightbox
Paul Thornthwaite ab82cbe3c4 [Brightbox] Deprecates incorrect form of #request
Whilst DRYing up the code we replaced the standard version of #request
with one that had clearer arguments and returned parsed data.

This was mostly fine but introduced a few problems:

* mock functionality expects the original interface
* headers returned in request are not available

This makes the newer version available as #wrapped_request and as a
deprecated form through #request.
2012-12-18 15:21:47 +00:00
..
models/compute Updated Fog.wait_for to throw a timeout exception instead of returning false #1368 2012-12-12 12:14:44 -06:00
requests/compute [Brightbox] Adds reset FTP for scoped accounts 2012-11-20 09:59:49 +00:00
compute.rb [Brightbox] Deprecates incorrect form of #request 2012-12-18 15:21:47 +00:00
oauth2.rb [Brightbox] Adds support for refresh tokens 2012-11-29 10:36:40 +00:00