wantedly-profile
v0.1.1
Published
Easy and strongly-typed Wantedly profiles fetcher.
Downloads
30
Readme
wantedly-profile-js
🚀 Easy and strongly-typed Wantedly profiles fetcher.
📦 Installation
pnpm add wantedly-profile
✨ Usage
import { Client } from 'wantedly-profile'
const client = Client.default()
// Optionally add your authn: client.authenticated(token)
console.log(await client.fetchUserById('YOUR_USER_ID'))