Struct ruma_client_api::r0::context::get_context::Endpoint [] [src]

pub struct Endpoint;

The API endpoint.

Trait Implementations

impl Debug for Endpoint
[src]

Formats the value using the given formatter.

impl Endpoint for Endpoint
[src]

Data needed to make a request to the endpoint.

Data returned from the endpoint.

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,}