Last 12 weeks · 0 commits
2 of 6 standards met
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!
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.
Repository: mitchellh/go-bnet. Description: Go (golang) client for the Battle.net API Stars: 59, 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.
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