Skip to content

Releases: 7596ff/mika

1.2.0 - Feed web socket client

29 Apr 23:10

Choose a tag to compare

Pre-release

This adds a pretty basic library for the Feed service of Opendota. Still in beta, will be pushing patch versions as I find issues.

1.1.0

14 Mar 00:40

Choose a tag to compare

Rewrite the entire lib on the backend, only changing a few names of functions but still making it easier to expand in the future. Forget semver lol.

npm install mika

1.0.0

13 Feb 21:19

Choose a tag to compare

This release adds automagic rate limiting for requests to the API, and flattens the calls down since they were all unique anyway. This probably will not change unless Opendota changes their API (which I don't expect any time soon). As usual,

npm install mika

v0.1.5

10 Jan 18:20

Choose a tag to compare

The library is in a usable state, almost all endpoints are implemented, ready for use in applications. The documentation, while minimal, exists.

On the to do list:

  • Auto rate limit to the specified 1/s
  • Clean up docs and provide example response objects and error objects
npm install mika@0.1.5