Static tasvideos_api_rs::API_URL
source · pub static mut API_URL: &'static str
Expand description
The base URL used in all requests to the TASVideos API. Default is https://tasvideos.org/api/v1/
.
If you wish to change this, use the following:
unsafe { tasvideos_api_rs::API_URL = "https://custom.url/here/"; }