Home
last modified time | relevance | path

Searched refs:MatrixHttpApi (Results 1 – 7 of 7) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Crypto/
DOlmDevice.php5 use MatrixPhp\MatrixHttpApi; alias
14 …public function __construct(MatrixHttpApi $client, string $userId, ?string $deviceId, array &$encr…
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DUser.php19 * @param MatrixHttpApi $api
24 public function __construct(MatrixHttpApi $api, string $userId, ?string $displayName = null) {
DMatrixClient.php64 * @var MatrixHttpApi
121 $this->api = new MatrixHttpApi($baseUrl, $token);
571 public function api(): MatrixHttpApi {
DRoom.php890 protected function api(): MatrixHttpApi {
DMatrixHttpApi.php29 class MatrixHttpApi { class
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DMatrixHttpApiTest.php50 * @var MatrixHttpApi
57 $this->api = new MatrixHttpApi('http://example.com');
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md41 use MatrixPhp\MatrixHttpApi;
43 $matrix = new MatrixHttpApi("http://localhost:8008", $sometoken);