Skip to content

Releases: petrepatrasc/blizzard-starcraft-api

1.1.0

21 Mar 01:04
Compare
Choose a tag to compare

Changelog

  • Added a more extensible connectivity layer to the Blizzard API that uses cURL to analyze requests.
  • Removed the file_get_contents_dependency.
  • Integrated support for Authorization tokens.

1.0.4

19 Mar 16:27
Compare
Choose a tag to compare

What was changed?

  • Reached 100% code coverage, did some architectural changes in the internals of the package.
  • Added some more class comments, upgraded to latest composer dependencies.

1.0.3

12 Mar 16:20
Compare
Choose a tag to compare

What was changed?

  • Fixed a bug where file_get_contents went unchallenged, and triggered an uncaught error.

1.0.2

12 Mar 14:16
Compare
Choose a tag to compare

What's new?

  • Fixed some code in ApiService that was wrong to begin with.
  • Added tests and new mocking data, so that everything is smoother now.

1.0.1

12 Mar 02:50
Compare
Choose a tag to compare

What's new?

  • Upgraded dependencies so that they actually are correct now.

1.0.0

12 Mar 02:11
Compare
Choose a tag to compare

What was delivered?

All of the currently exposed API functionality is wrapped. Retrieving is supported across all Battle.NET regions for the following requests:

  • Player profile
  • Latest matches played by player
  • Information regarding a player's ladder
  • Information on grandmaster league (for current or previous season)
  • Information regarding the rewards available in the game
  • Information regarding the achievements available in the game

Also finally got the change to add some information into the README file, and also to create the documentation and GitHub page for the project.