ip_api_api/endpoints/
mod.rs

1//
2pub mod common;
3mod helper;
4
5//
6pub mod batch;
7pub mod json;
8
9//
10pub const URL_BASE: &str = "http://ip-api.com";
11pub const URL_BASE_PRO: &str = "https://pro.ip-api.com";