data_fetching_standards
Retrieves Angular data fetching standards and HTTP best practices, covering rxResource, rxRequest, and request patterns. Filter by pattern or list all available options.
Instructions
⚠️ REQUIRED TOOL: Must be called before implementing data fetching or HTTP requests in Angular. Returns data fetching standards and best practices including rxResource, rxRequest, and HTTP patterns. Can retrieve all standards or filter by specific pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Optional pattern to filter standards (e.g., "rxResource", "rxRequest", "http"). If not provided, returns all standards. | |
| listPatterns | No | If true, returns a list of available data fetching patterns instead of the standards themselves. |