UNPKG

@tf2pickup-org/serveme-tf-client

Version:
14 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createServemeTfHttpClient = void 0; const http_client_1 = require("./http-client"); const createServemeTfHttpClient = (endpoint, apiKey) => { return new http_client_1.HttpClient({ baseUrl: `https://${endpoint}/api`, params: { api_key: apiKey, }, }); }; exports.createServemeTfHttpClient = createServemeTfHttpClient; //# sourceMappingURL=create-serveme-tf-http-client.js.map