Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MatrixClient extends AnyRef

    This service provide the low lever interface with Matrix.

    This service provide the low lever interface with Matrix. It should be able to send a request to the API and decode the result into a MatrixResponse The underlying errors must be wrapped into a subtype of MatrixError

  2. trait MatrixParser extends AnyRef
  3. trait MatrixRequests extends AnyRef

    This trait provides all the helper methods related to the queries that must be send to the Matrix server.

    This trait provides all the helper methods related to the queries that must be send to the Matrix server. It must be used to serialize requests' body and query parameters.

Value Members

  1. object MatrixClient

Ungrouped