highlevel-api 0.2.0

Unofficial Rust SDK for the GoHighLevel (HighLevel) API
Documentation
1
2
3
4
5
6
7
pub mod oauth;
pub mod refresh;
pub mod token;

pub use oauth::{AccessType, OAuthClient};
pub use refresh::{auto_refresh_token, TokenRefresher};
pub use token::TokenData;