GitShow/mitchellh/go-bnet
mitchellh

go-bnet

Go (golang) client for the Battle.net API

by mitchellh
Star on GitHubFork

Go

58 stars8 forks2 contributorsQuiet · 8y agoSince 2016MIT

Meet the team

See all 2 on GitHub →
mitchellh
mitchellh13 contributions
nmccrory
nmccrory7 contributions

Languages

View on GitHub →
Go100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 8y ago
See all on GitHub →
nmccrory
Make SC2, WoW, and Profile related APIs all independent packagesOpenPR

I noticed that there were a few errors in the last PR that I opened. Specifically a file structure mistake that caused a package loop and the exclusion of a method in the project's main file. In terms of additions, the package can now retrieve a profile's match history with a call to . I also updated to use Go 1.8. Thanks and apologies for mistakes in the last PR!

nmccrory · 8y ago

Recent fixes

View closed PRs →
nmccrory
Profile, SC2, and WoW have all been moved to their own packagesMergedPR

Just a heads up this is a nice sized PR... I moved and services into their own package . All sc2 and wow prefixed structs have been moved into their own respective packages as well. Changes have also been made to to make the HTTP helper functions easier to reuse. I also made a few small changes to README.md to keep it up to date with the project.

nmccrory · 8y ago
nmccrory
Retrieve a user's WoW character listMergedPR

A call to fetches a list of a user's WoW characters. The addition of the WoW characters endpoint wraps up the Battle.net Profile API. Going forward, I'm thinking it would be best to put SC2, WoW, and potentially D3 libraries into their own packages within the repo as they are going to be fairly large... how do you feel about making this change? @mitchellh

nmccrory · 9y ago
nmccrory
Retrieve a user's WoW character list MergedPR

A call to fetches a list of a user's WoW characters. The addition of the WoW characters endpoint wraps up the Battle.net Profile API. [x] Support for all OAuth Profile APIs. This is a nice little milestone!

nmccrory · 9y ago
Structured data for AI agents

Repository: mitchellh/go-bnet. Description: Go (golang) client for the Battle.net API Stars: 58, Forks: 8. Primary language: Go. Languages: Go (100%). License: MIT. Open PRs: 1, open issues: 0. Last activity: 8y ago. Community health: 42%. Top contributors: mitchellh, nmccrory.

·@ofershap

Replace github.com with gitshow.dev