Skip to content

KasprDev/Apex-Legends-API-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apex Legends API (in Rust)

This package utilizes the Apex Legends Status (https://apexlegendsstatus.com) API.

Usage Example:

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)
        }
    }
}

I have no affiliation with Apex Legends, EA, or Apex Legends Status.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages