README in abiquo-0.1.0 vs README in abiquo-0.1.2
- old
+ new
@@ -8,10 +8,10 @@
==Usage
The first version of the api just uses basic authentication, so we need to create an instance with our credentials:
- auth = Abiquo::Auth('Abiquo', 'username', 'password')
+ auth = Abiquo::BasicAuth.new('Abiquo', 'username', 'password')
The entry point for the Abiquo's API is an atom document service:
api = Abiquo::Resource('http://abiquo.example.com/api', auth)