Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

anVlad11/mozambiquehere-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozambiquehe.re API Client

This library is a Golang API wrapper for https://apexlegendsapi.com/ .

Install

go get github.com/anVlad11/mozambiquehere-go/v4

Usage example

package main

import (
	"fmt"

	"github.com/anVlad11/mozambiquehere-go/v4/client"
	"github.com/anVlad11/mozambiquehere-go/v4/domain/models"
)

func main() {
	apexClient := client.DefaultClient("api_token")
	data, err := apexClient.GetUserByName(models.PlatformPC, "anvlad11")

	if err != nil {
		panic(err)
	}

	fmt.Println(data.Global.Level) //38
}

About

Golang API library for Apex Legends https://apexlegendsapi.com/

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors