- Add ApiException base class (statusCode, message, body) - Add ApiClient abstract class (initialize, dispose, isReady, execute<T>) - Add RetryPolicy abstraction (NoRetryPolicy, ExponentialBackoffRetryPolicy) - Add RateLimiter abstraction (NoRateLimiter, TokenBucketRateLimiter) - Add IntegrationHealthCheck contract (HealthCheckResult value object) - Add WebhookHandler contract (WebhookEvent, WebhookResult, WebhookProcessingStatus) - Add ChannelAdapter contract (ChannelProduct, ChannelOrder, ChannelOrderItem, ChannelInventoryCount) - Replace Calculator placeholder with barrel exports for all 7 contract files - Refactor WooCommerceApiClient to implement ApiClient contract - Refactor WooCommerceApiException to extend ApiException - Add integrations dependency to feature_wordpress pubspec - Add packages/integrations to TESTABLE and ANALYZABLE in run_all_tests.sh - Add 38 tests for all contracts and value objects - dart analyze clean (no issues in integrations and feature_wordpress) - Tests: 38/38 integrations, 319/319 feature_wordpress |
||
|---|---|---|
| .. | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage
TODO: Include short and useful examples for package users. Add longer examples
to /example folder.
const like = 'sample';
Additional information
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.