Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 305 Bytes

BrawlhallaStatsRequester

A Java-based Web to request data through the Brawlhalla API Currently using the version .03 of the Brawlhalla API

To make it working you need to pass Spring an api key through JVM arguments (like -Dtoken="your api key") or through Spring arguments (like token="your api key").