This integration toolkit features REST/GraphQL API adapters, data format converters, and an error handling framework. Its core functions include API calls, format conversion, error recovery, and batch processing, suitable for API integration, data processing, error handling, and ETL.
The exact command may vary by repository. Check the README on GitHub.
For the skill author
Drop this on your repo README
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
[](https://www.skillteca.com.br/skills/integration-tools?utm_source=badge&utm_medium=readme&utm_campaign=badge)
One short email with only the new Automação skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Integration Tools
集成工具包 - REST/GraphQL API适配器、数据格式转换器、错误处理框架。
核心理念
集成 = 连接 + 转换 + 恢复
目标:让API集成和数据处理更简单
能力矩阵
模块
功能
说明
API Adapter
REST/GraphQL调用
快速调用外部API
Data Converter
格式转换
JSON/XML/CSV互转
Error Handler
错误处理
重试、熔断、fallback
快速命令
1. API 调用
# REST API 调用
bash integration-tools/scripts/adapter.sh rest GET https://api.example.com/users
# POST 请求
bash integration-tools/scripts/adapter.sh rest POST
[Description truncada. Veja o README completo no GitHub.]