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

Call an Authlete API with HTTP GET method and the service credentials.

Parameters

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