class Srcom::Api::Notifications

Defined in:

srcr/apis/notifications.cr

Class Method Summary

Class Method Detail

def self.get(api_key : String, sort_direction : String? = nil, page_size : Int32 = 200) : PageIterator(Notification) #

Gets the Notifications for the user authenticated with the given api_key.

Possible values for sort_direction: "desc" or "asc", with "desc" being the default.


[View source]