Skip to main content
Latest
import * as periskopeMaytapiDeno from "https://deno.land/x/periskope_maytapi_deno@v1.4.0/index.ts";

Classes

Represents an error caused by an api call i.e. it has attributes for a HTTP status code and the returned body object.

Applies apiKey authentication to the request context.

Represents an HTTP request context

Helper class to generate a ResponseBody from binary data

Represents the configuration of a server including its url template and variable configuration based on the url.

Enums

Represents an HTTP method.

Functions

Creates the authentication methods from a swagger description.

Provide your ConfigurationParameters to this function to get a Configuration object that can be used to configure your APIs (in the constructor or for each request individually).

Interfaces

Defines the contract for a middleware intercepting requests before they are sent (but after the RequestContext was created) and before the ResponseContext is unwrapped.

Interface authentication schemes.