AppRecorder.OutgoingRequests (app_recorder v0.4.1) View Source

The OutgoingRequests context.

Link to this section Summary

Link to this section Functions

Link to this function

get_outgoing_request(id)

View Source

Specs

get_outgoing_request(binary()) ::
  AppRecorder.OutgoingRequests.OutgoingRequest.t() | nil
Link to this function

list_outgoing_requests(opts \\ [])

View Source

Specs

list_outgoing_requests(keyword()) :: [Event.t()]

List all outgoing_requests

Link to this function

paginate_outgoing_requests(page_size, page_number, opts \\ [])

View Source

Specs

paginate_outgoing_requests(pos_integer(), pos_integer(), keyword()) :: %{
  data: [AppRecorder.OutgoingRequests.OutgoingRequest.t()],
  total: integer(),
  page_size: integer(),
  page_number: integer()
}
Link to this function

record_outgoing_request!(attrs)

View Source

Specs

record_outgoing_request!(map()) ::
  AppRecorder.OutgoingRequests.OutgoingRequest.t()
Link to this function

update_outgoing_request!(request, attrs)

View Source

Specs