Denis Host
Denis Host
Hi! What's problem maybe it's lib bug? i have 281 followers, but take only 280; ```InstagramGetUserFollowersResult followersResult = null; String nextMaxId = null; while (true) { followersResult = instagram4j.sendRequest(new InstagramGetUserFollowersRequest(userResult.getUser().getPk(),...
Hi, can i do it, any ideas?
``` public class Main { public static void main(String[] args) throws IOException { BinanceApiClientFactory factory = BinanceApiClientFactory.newInstance(); BinanceApiRestClient client = factory.newRestClient(); OrderBook orderBook = client.getOrderBook("BTCUSDT", 10000); List asks = orderBook.getAsks();...