Insightly / insightly-ruby

Ruby Library for the Insightly REST API
16 stars 45 forks source link

Add nil param argument checking #7

Closed dior001 closed 10 years ago

dior001 commented 10 years ago

Many Insightly URLs are invalid if required params are not passed. This can result in unwanted behaviors e.g. calling an endpoint that was unintended. Therefore code has been added to raise argument errors when nil params are passed.

dior001 commented 10 years ago

@brianinsightly please merge when you're back in the office. Thanks!