Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T21:56:05.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T01:59:41.904Z (5 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
[![Release](https://img.shields.io/github/release-pre/theflyingcodr/aoe4-client.svg?logo=github&style=flat&v=1)](https://github.com/theflyingcodr/aoe4-client/releases)
[![Build Status](https://github.com/theflyingcodr/aoe4-client/actions/workflows/go.yml/badge.svg)](https://github.com/theflyingcodr/aoe4-client/actions/workflows/go.yml)
[![CodeQL Status](https://github.com/theflyingcodr/aoe4-client/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/theflyingcodr/aoe4-client/actions/workflows/codeql-analysis.yml)
[![Report](https://goreportcard.com/badge/github.com/theflyingcodr/aoe4-client?style=flat&v=1)](https://goreportcard.com/report/github.com/theflyingcodr/aoe4-client)
[![codecov](https://codecov.io/gh/libsv/go-bt/branch/master/graph/badge.svg?v=1)](https://codecov.io/gh/theflyingcodr/aoe4-client)
[![Go](https://img.shields.io/github/go-mod/go-version/theflyingcodr/aoe4-client?v=1)](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)
[![GoDoc](https://godoc.org/github.com/theflyingcodr/aoe4-client?status.svg&style=flat)](https://pkg.go.dev/github.com/theflyingcodr/aoe4-client)