Skip to main content
Latest
method AuthleteApiImpl.prototype.callGetApi
import { AuthleteApiImpl } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Call an Authlete API with HTTP GET method.

Parameters

path: string
credentials: any
optional
params: QueryParams
optional
clazz: ResponseClass<TResponse>