Tags: infobip-community/infobip-api-rust-sdk
Tags
Added TLS backend selection features & `Default`, removed `get_`/`Get… …` prefixes (#25) * Added `Default` to `model::sms::Message`, adjusted docs & README accordingly, fixed line breaks (proper markdown) and headline capitalization in README. * Fixed broken user agent string builder. * Bumped dependencies, docs. * Fixed docs, added feature flags for selecting TLS implementation, masked out code not used for some features. * rustfmt and spelling in docs. * Fixed failing doctests. * * Added `Default` trait everywhere. * Simplified `new()` where possible. * Renamed `enum` variants to `PascalCase` (Rust naming guidelines). * Removed `get_` prefix from all getters/everywhere (Rust naming guidelines). * Simplified some places. * rustfmt. * Made clippy happy. * Renamed `WhatsappClient` to `WhatsAppClient`. * Bumped deps. * Removed `Get` prefix from struct names as it was related to `get_` prefixed methods which have since been renamed." * Added 'rustls' to and sorted .cspell.json. --------- Co-authored-by: Mike Elsmore <[email protected]>