get_feeds
Retrieve all sitemap feeds for a specified site URL to access feed information from Bing Webmaster Tools.
Instructions
Get all sitemap feeds for a site.
Args: site_url: The URL of the site
Returns: List[Feed]: List of feed information
Raises: BingWebmasterError: If feeds cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |