@ktmcp-cli/afterbanks-api
v3.0.0
Published
La estandarización de la conexión con cualquier banco en tiempo real.
Maintainers
Readme
Afterbanks API CLI
Production-ready command-line interface for the Afterbanks API API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Afterbanks API API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
Installation
npm install -g @ktmcp-cli/afterbanks-apiOr install locally:
cd afterbanks-api
npm install
npm linkConfiguration
Set API Key
afterbanks-api config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://api.example.comView Configuration
afterbanks-api config list
afterbanks-api config get apiKeyUsage
forms
# List items
afterbanks-api forms list
# Get item by ID
afterbanks-api forms get <id>
# Output as JSON
afterbanks-api forms list --jsonAvailable Resources
formsuserservice-v3
JSON Output
All commands support --json flag for machine-readable output:
afterbanks-api forms list --jsonLicense
MIT License - see LICENSE file for details.
