vainglory icon indicating copy to clipboard operation
vainglory copied to clipboard

(*DEPRECATED*: The API no longer exists, so this will no longer work) A Javascript API Client wrapper for Vainglory

Results 6 vainglory issues
Sort by recently updated
recently updated
newest added

I have update babel presets to the latest, removed all runtime babel dependency and republished it I have also raised the requirements to node 6. Reason is because most of...

We don't need to add Babel as a dependency, since only the dist folder is being published. I'm also getting this warning when installing on a brand new project ```...

We should be able to configure how long till a request times out

enhancement

Since the new website update, all doc links are currently broken. Need to revise and clean up docs.

enhancement

Use case: Fetch a large group of matches and want to store them somewhere for later analysis offline. Want to be able to convert a match (with all included player,...

enhancement

If the server returns a numerical value, the client should also return it. As introduced in the last version, some resources are overwritten; ```javascript stats.skillTier = skillTiersResource.find(tier => tier.serverName ===...

bug