View Source GitHub.Testing.Call (GitHub REST API Client v0.3.3)

Internal representation of an API call

Link to this section Summary

Types

t()

Recorded API call

Link to this section Types

@type t() :: %GitHub.Testing.Call{
  args: [any()],
  function: atom(),
  module: module(),
  opts: keyword()
}

Recorded API call