defaults
Params:
client.Topic.defaults()
galleryTopics
Params:
- topicId: string
- options
- sort?: 'viral' or 'top' or 'time'
- page?: number
- window?: 'day' or 'week' or 'month' or 'year' or 'all'
client.Notification.get('topicId', { sort: 'viral', page: 2, window: 'day' })
topicItem
Params:
- topicItem: string
- itemId: string
client.Notification.markAsRead('topicItem', 'itemId')