webylib-server-client 0.3.17

AssetServerClient<A: Asset> — generic HTTP client for the asset-gated server. Endpoints absent at compile time when not applicable to A.
Documentation
webylib-server-client-0.3.17 has been yanked.

Minimal asset-agnostic HTTP client for the webycash-server family.

Every flavor (Webcash, RGB Fungible, RGB Collectible, Voucher) speaks the same wire protocol — /api/v1/replace, /health_check, /burn, /mining_report, /issue — only the token wire format differs. This crate ships ONE Client; the wallet crates (wallet-webcash, wallet-rgb, wallet-voucher) wrap it in flavor-specific verbs (pay, transfer, insert).

The Client is sync over reqwest::blocking by default for straightforward CLI integration; an async surface lives behind the async feature.