Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 398 Bytes

File metadata and controls

11 lines (8 loc) · 398 Bytes

PredictIt Java Client

This is a simple Java client for the PredictIt public API.

Sample Usage

PredictIt predictIt = new PredictItSimpleUrlClient();

Market market = predictIt.getMarketById("2721");

List<Market> allMarkets = predictIt.getAllMarkets();