basecrm-ruby
basecrm-ruby copied to clipboard
client.leads.all returning nil
For some reason, when we call client.leads.all
we receive nil
, causing issues on subsequent code.
This can be handled by us, but should this return nil
? Could this be a case where an exception should occur?