UNPKG

friday-sdk

Version:

Official JavaScript/TypeScript SDK for the Friday API

9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProfile = void 0; const getProfile = (client, profileUrl) => { const encodedUrl = encodeURIComponent(profileUrl); return client.request(`/profile?profile_url=${encodedUrl}`); }; exports.getProfile = getProfile;