module

CaidoQueries::Requests

Class methods

all(after : String | Nil = nil, first : Int32 = 50, filter : String | Nil = nil)

Get all requests with pagination

Source
by_id(id : String)

Get a single request by ID

Source
by_offset(offset : Int32 = 0, limit : Int32 = 50, filter : String | Nil = nil)

Get requests by offset (alternative pagination)

Source