You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now get_events() method in the Events class returns a dict. Ideally, we should have an Event class, and Event objects can also be translated. So Events.get_events() call will return a list of Event objects.