Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method AuthleteApiImpl.prototype.callApi
import { AuthleteApiImpl } from "https://deno.land/x/authlete_deno@v1.2.9/src/api/authlete_api_impl.ts";

Call an Authlete API.

Parameters

path: string
method: HttpMethod
credentials: BasicCredentials
optional
params: QueryParams
optional
requestBody: any
optional
clazz: ResponseClass<TResponse>