tovuk 0.1.107

Use Tovuk scraper APIs from a native CLI.
1
2
3
4
5
6
7
8
pub(crate) const VERSION: &str = "0.1.107";
pub(crate) const DEFAULT_API_URL: &str = "https://api.tovuk.com";
pub(crate) const SESSION_DIR: &str = ".tovuk";
pub(crate) const SESSION_FILE: &str = "session-token";
pub(crate) const SESSION_SERVICE: &str = "com.tovuk.cli";
pub(crate) const SESSION_ACCOUNT: &str = "session-token";
pub(crate) const SESSION_LABEL: &str = "Tovuk session";
pub(crate) const BILLING_CHECKOUT_ROUTE: &str = "/v1/billing/checkout";