You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(examples/apis): upgrade dependencies and refactor API client usage
fix(examples/apis): fix type errors caused by TypeScript 6.0 and updated package APIs
- Add types: ["node"] to tsconfig.json for @types/node resolution under moduleResolution: "bundler"
- Update all sample files to use RequestArgs object signature for ApiClient.request()
- Replace new Client<T>() with createClient<T>() factory function
- Fix superagent import to use default import (import superagent from "superagent")
- Remove unsupported timeout option from node-fetch v3 request options
- Update dependencies: axios 1.15.2, superagent 10.3.0, typescript 6.0.3
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments