rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Problem with Notifications #81

Open IvanGuardado opened 6 months ago

IvanGuardado commented 6 months ago

The Notifications module is not loaded by default. Is there anyway to include or is a bug?

> ZohoHub::Notifications
(irb):17:in `<main>': uninitialized constant ZohoHub::Notifications (NameError)
IvanGuardado commented 6 months ago

AFAIK, the module should be required here, right?

https://github.com/rikas/zoho_hub/blob/master/lib/zoho_hub.rb#L3-L17