JsonRequest

com.bot4s.zmatrix.core.JsonRequest
See theJsonRequest companion object
final case class JsonRequest(method: Method, path: Seq[String], body: MatrixBody, params: Seq[(String, Option[String])], auth: RequestAuth, scope: ApiScope)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addParam(param: (String, Option[String])): JsonRequest
def toRequest(baseUri: String): Request[Either[MatrixError, Json], Any]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product