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

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

Parameters

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