module
CaidoQueries::Requests
Defined in:
client/queries.crClass Method Summary
-
.all(after : String | Nil = nil, first : Int32 = 50, filter : String | Nil = nil)
Get all requests with pagination
-
.by_id(id : String)
Get a single request by ID
-
.by_offset(offset : Int32 = 0, limit : Int32 = 50, filter : String | Nil = nil)
Get requests by offset (alternative pagination)
Class Method Detail
Get all requests with pagination
Get requests by offset (alternative pagination)