Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created October 29, 2020 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zupzup/229c0584f8b168c291871273ea14c276 to your computer and use it in GitHub Desktop.
Save zupzup/229c0584f8b168c291871273ea14c276 to your computer and use it in GitHub Desktop.
Timeular Public API url
fn url(path: &str) -> String {
format!("{}{}", BASE_URL, path)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment