Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class BaseApiRequestHandler
Re-export
Abstract
import { BaseApiRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

The base class for a handler class that calls Authlete APIs.

Constructors

new
BaseApiRequestHandler(api: AuthleteApi)

The constructor.

Properties

protected
api: AuthleteApi

The implementation of AuthleteApi interface.