Commit Graph

4 Commits

Author SHA1 Message Date
Alexandru G cc7992f2d1 oauth_version parameter should be optional 2014-02-17 15:43:13 +02:00
victorbjelkholm 4011b3674d Throwing OAuthException without oauth_consumer_key 2013-11-19 20:58:34 +01:00
Alexandru G 087cb1278f Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process.
To fix this, we need to check if token key is empty and ignore it.
2013-06-06 05:58:53 +02:00
Jacob Kiers 8bd355f556 Use Interfaces anywhere.
In practice, there were still too many concrete classes, which makes
integration into a framework hard. To overcome this, the codebase has
been refactored to use Interfaces when a resource is needed.

All necessary Interfaces have been created, and the existing concrete
classes now implement these interfaces.
2013-02-11 14:02:14 +00:00