Crate tsar_sdk

Source
Expand description

Official Rust SDK for TSAR

Structsยง

AuthParams
TSAR Client options. Pass this into the new() function of the TSAR Client.
Client
TSAR Client. Used to interact with the TSAR API.
ClientParams
TSAR Client options. Pass this into the new() function of the TSAR Client.
Subscription
Subscription object which is used within the User object.
User
User object which gets returned from the client.authenticate() function.