Method: Profile#get_paginated_notifications
- Defined in:
- lib/user/profile/profile.rb
#get_paginated_notifications ⇒ Object
Get paginated notifications.
Get a collection of paginated notifications.
Example
@data = @mints_user.get_paginated_notifications
73 74 75 |
# File 'lib/user/profile/profile.rb', line 73 def get_paginated_notifications return @client.raw("get", "/profile/notificationsp") end |