3 个版本
0.1.2 | 2021年9月13日 |
---|---|
0.1.1 | 2021年9月12日 |
0.1.0 | 2021年9月12日 |
#802 在 游戏
10KB
227 行
Apex Legends API (在 Rust 中)
此包利用了 Apex Legends Status (https://apexlegendsstatus.com) API。
使用示例
use apex_legends;
#[tokio::main]
async fn main() {
match apex_legends::get_user("HeyImLifeline".to_string(), "your_api_key").await {
Ok(data) => println!("You are level {}.", data.global.level),
Err(e) => {
println!("there was an error!: {}", e)
}
}
}
我未与 Apex Legends、EA 或 Apex Legends Status 有任何关联。
依赖项
~6–18MB
~272K SLoC