Struct ruma_client_api::r0::sync::sync_events::Endpoint
[−]
[src]
pub struct Endpoint;
The API endpoint.
Trait Implementations
impl Debug for Endpoint[src]
impl Endpoint for Endpoint[src]
type Request = Request
Data needed to make a request to the endpoint.
type Response = Response
Data returned from the endpoint.
const METADATA: Metadata
METADATA: Metadata = ::ruma_api::Metadata{description: "Get all new events from all rooms since the last sync or a given point of time.", method: ::hyper::Method::Get, name: "sync", path: "/_matrix/client/r0/sync", rate_limited: false, requires_authentication: true,}