Files
2025-11-29 18:52:23 +08:00

496 B

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.