Expand description
API integration utilities for ML workflows
This module provides HTTP client utilities, REST API helpers, and integration patterns for machine learning services and external APIs.
Structs§
- ApiConfig
- API client configuration
- ApiMetrics
- API usage metrics
- ApiRequest
- HTTP request representation
- ApiResponse
- HTTP response representation
- ApiService
- High-level API service wrapper
- MLApi
Patterns - Common ML API patterns
- Method
Stats - Mock
ApiClient - Mock API client for testing
- Request
Builder - Request builder for fluent API construction
Enums§
- ApiError
- API error types
- Authentication
- Http
Method - HTTP method enumeration
Traits§
- ApiClient
- API client trait for making HTTP requests