Module: DiscourseApi::API::Notifications
- Included in:
- Client
- Defined in:
- lib/discourse_api/api/notifications.rb
Instance Method Summary collapse
Instance Method Details
#notifications ⇒ Object
4 5 6 7 |
# File 'lib/discourse_api/api/notifications.rb', line 4 def notifications response = get('/notifications.json') response[:body] end |