UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

3 lines (2 loc) 214 B
import type { AllCallOptions } from "../models"; export declare const buildRequestUrl: (baseUrl: string, endpointUrl: string, options?: Partial<AllCallOptions>, args?: Record<string, string | number>) => string;