youngguns-nl / moneybird_php_api

A PHP Library for the MoneyBird API
http://www.moneybird.nl
MIT License
37 stars 14 forks source link

Remove login() from ApiConnector constructor #31

Closed ruudk closed 12 years ago

ruudk commented 12 years ago

The ApiConnector constructor should NOT try to login. This should only happen when there is actually a call to be made.

ruudk commented 12 years ago

See PR #32