Bankr Client Patterns Reusable client code and common files for Bankr API projects. bankr-client.ts The core API client module for all Bankr projects: --- Common Files package.json Base package.json for all Bankr projects: Framework-Specific Dependencies Add based on project template: Web Service (Express): Web Service (Fastify): CLI: --- tsconfig.json TypeScript configuration: --- .env.example Environment variables template: --- .gitignore Standard ignore patterns: --- Usage Patterns Basic Usage With Error Handling Manual Control --- API Reference Consult the skill for: - Complete endpoint d…