Package: mx.api
Type: Package
Title: Minimal Matrix Client-Server API
Version: 0.2.0
Date: 2026-05-13
Authors@R: c(
    person("Troy", "Hernandez", role = c("aut", "cre"),
           email = "troy@cornball.ai",
           comment = c(ORCID = "0009-0005-4248-604X")),
    person("cornball.ai", role = "cph"))
Description: A minimal-dependency client for the 'Matrix' Client-Server
    HTTP API <https://spec.matrix.org/>, suitable for talking to a
    'Synapse' <https://element-hq.github.io/synapse/> or 'Conduit'
    <https://conduit.rs/> homeserver. Covers login, room management,
    message send and history, media upload or download, and the
    transport endpoints needed to coordinate end-to-end encryption
    (device-key and one-time-key publication, key query and claim,
    to-device events). Encryption itself is out of scope;
    pair with a separate crypto package.
License: MIT + file LICENSE
URL: https://github.com/cornball-ai/mx.api
BugReports: https://github.com/cornball-ai/mx.api/issues
Imports: curl, jsonlite
Suggests: tinytest
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-05-13 19:27:17 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>),
  cornball.ai [cph]
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-05-13 19:50:02 UTC
Built: R 4.6.0; ; 2026-05-13 20:08:26 UTC; unix
