add_web_data_access
Extend a contract with web data access by specifying a URL template and data processing logic for fetched data.
Instructions
Add web data access capabilities to an existing contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_code | Yes | The existing contract code | |
| url_template | Yes | URL template for web data access | |
| data_processing_logic | Yes | Description of how to process the fetched data |