class Srcom::Api::Notifications
- Srcom::Api::Notifications
- Reference
- Object
Defined in:
srcr/apis/notifications.crClass Method Summary
-
.get(api_key : String, sort_direction : String? = nil, page_size : Int32 = 200) : PageIterator(Notification)
Gets the
Notification
s for the user authenticated with the given api_key.
Class Method Detail
def self.get(api_key : String, sort_direction : String? = nil, page_size : Int32 = 200) : PageIterator(Notification)
#
Gets the Notification
s for the user authenticated with the given api_key.
Possible values for sort_direction: "desc" or "asc", with "desc" being the default.