9 lines
496 B
Markdown
9 lines
496 B
Markdown
# Scripts
|
|
|
|
Bundled resources for api-migration-tool skill
|
|
|
|
- [ ] api_version_compatibility_check.py: Checks compatibility between API versions using static analysis or API calls.
|
|
- [ ] api_migration.py: Automates the migration of API code, including updating function calls and data structures.
|
|
- [ ] api_deprecation_analyzer.py: Analyzes code for deprecated API usage and suggests replacements.
|
|
- [ ] api_documentation_generator.py: Generates API documentation from code or configuration files.
|