1.0.0 • Published 1 year ago
wuwa-api-client v1.0.0
Wuwa API Client
An API client for Wuthering Waves
Usage
Install the dependency:
npm install wuwa-api-client
Use 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
1 year ago