1.0.0 • Published 2 years ago
wuwa-api-client v1.0.0
Wuwa API Client
An API client for Wuthering Waves
Usage
Install the dependency:
npm install wuwa-api-clientUse it in your project:
import { WuwaAPIClient } from 'wuwa-api-client' const client = new WuwaAPIClient(); const conveneHistory = await client.getConveneHistory({ // ... }); console.log(conveneHistory)
1.0.0
2 years ago