Skip to content

theflyingcodr/aoe4-client

Repository files navigation

AOE4 Client

Release Build Status CodeQL Status Report codecov Go

Overview

This is a go client used to query AOE4 data from either the official leaderboards or the aoeiv.net api.

There are two packages within the client that can be used official and aoeivnet, each one calls the respective web service but they both contain a similar, fluent filter based API for ease of use.

Under each package is a README explaining useage and with an examples sub directory with code useage.

Installation

This requires a supported release of Go.

go get -u github.com/theflyingcodr/aoe4-client

Documentation

View the generated documentation

GoDoc