class

Srcom::Api::Notifications

Inherits Reference / Object

Class methods

get(api_key : String, sort_direction : String | Nil = 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.

Source