java-binance-api icon indicating copy to clipboard operation
java-binance-api copied to clipboard

BinanceRequest.java - method getRequestBody does not exist

Open DragosVoid opened this issue 7 years ago • 1 comments

The code doesn't compile. There are several methods/attributes that doesn't exist.

DragosVoid avatar Feb 10 '18 21:02 DragosVoid

I suspect you are using IDE when you say this ;)

If you are using Eclipse, please make sure Lombok is installed https://projectlombok.org/setup/eclipse

If you are using IntelliJ, please make sure you have Annotation Processing enabled.

Otherwise please be more specific how you are trying to compile it. thanks

wcrbrm avatar Feb 10 '18 22:02 wcrbrm