Struct ruma_client_api::r0::context::get_context::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 the events immediately preceding and following a given event.", method: ::hyper::Method::Get, name: "get_context", path: "/_matrix/client/r0/rooms/:room_id/context/:event_id", rate_limited: false, requires_authentication: true,}