https://github.com/theflyingcodr/aoe4-client
Client library for aoe4 leaderboards etc
https://github.com/theflyingcodr/aoe4-client
ageofempires ageofempires4 api client go golang leaderboards
Last synced: about 2 months ago
JSON representation
Client library for aoe4 leaderboards etc
- Host: GitHub
- URL: https://github.com/theflyingcodr/aoe4-client
- Owner: theflyingcodr
- License: mit
- Created: 2022-01-18T19:20:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T21:56:05.000Z (over 3 years ago)
- Last Synced: 2025-02-14T18:36:23.736Z (3 months ago)
- Topics: ageofempires, ageofempires4, api, client, go, golang, leaderboards
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AOE4 Client
[](https://github.com/theflyingcodr/aoe4-client/releases)
[](https://github.com/theflyingcodr/aoe4-client/actions/workflows/go.yml)
[](https://github.com/theflyingcodr/aoe4-client/actions/workflows/codeql-analysis.yml)
[](https://goreportcard.com/report/github.com/theflyingcodr/aoe4-client)
[](https://codecov.io/gh/theflyingcodr/aoe4-client)
[](https://golang.org/)## 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](official) and [aoeivnet](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](https://golang.org/doc/devel/release.html#policy).
```shell script
go get -u github.com/theflyingcodr/aoe4-client
```## Documentation
View the generated [documentation](https://pkg.go.dev/github.com/theflyingcodr/aoe4-client)
[](https://pkg.go.dev/github.com/theflyingcodr/aoe4-client)