Expand description
Official Rust SDK for TSAR
Structsยง
- Auth
Params - TSAR Client options. Pass this into the
new()
function of the TSAR Client. - Client
- TSAR Client. Used to interact with the TSAR API.
- Client
Params - 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.