Files
aitbc/apps/coordinator-api
aitbc f912fa131d
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 18s
Integration Tests / test-service-integration (push) Successful in 40s
Python Tests / test-python (push) Failing after 37s
Security Scanning / security-scan (push) Has been cancelled
feat: migrate coordinator-api bitcoin wallet and explorer services to use centralized aitbc package HTTP client
- Replace httpx.Client with aitbc.AITBCHTTPClient in BitcoinWallet class
- Remove HTTP_CLIENT_AVAILABLE check and httpx import guard
- Replace logging.getLogger with aitbc.get_logger in bitcoin_wallet.py
- Migrate explorer.py from httpx to aitbc.AITBCHTTPClient
- Add NetworkError exception handling in explorer service
- Remove async context manager and status code checks in favor of AITBCHTTPClient
- Remove httpx imports from both services
- Consistent
2026-04-24 23:51:48 +02:00
..

Coordinator API

Documentation has moved to: docs/apps/coordinator/coordinator-api.md


This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.

For the complete documentation, see the Coordinator API documentation.