update_data_client
Update a data client implementation by replacing mock code with real API calls for a specified connector module.
Instructions
Write a new data_client.py implementation (replaces the mock with real API calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Complete replacement for data_client.py. Must include DataClient class with get_source_data() method. | |
| module_name | Yes | Snake_case module name matching the connector to update. |