Modernize an API Call Incrementally
Migrate off a deprecated dependency one file at a time, stopping the moment tests fail.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
What's being replaced
The file or URL path this refers to
The API being migrated to
Your prompt
Replace every use of the deprecated {{old_library}} in {{path}} with {{new_api}}. Migrate one file at a time, run that file's tests after each change, and stop if any test fails so we can review together.