summaryrefslogtreecommitdiff
path: root/src/io/Requester.java
AgeCommit message (Collapse)AuthorFilesLines
2014-05-22Removed all JSON references.Maurice Laveaux1-2/+0
2014-05-22Updated the Requesters to throw RateLimitException.Maurice Laveaux1-1/+2
* The exception contains the reset timestamp in unix time.
2014-05-22Changed Request response to a new Response class.Maurice Laveaux1-12/+2
* Response contains the JsonElement, tickrate, reset and leftover data. * Removed getJsonRelaxed, because it was not used elsewhere.
2014-04-30Move classes not related to mining to io packagePeter Wu1-0/+44