0.1.1 ā€¢ Published 2 years ago

wantedly-profile v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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'))
0.1.1

2 years ago

0.1.0

2 years ago