webcerebrium / java-binance-api

Java Binance API Client
MIT License
73 stars 40 forks source link

BinanceRequest.java - method getRequestBody does not exist #22

Open DragosVoid opened 6 years ago

DragosVoid commented 6 years ago

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

wcrbrm commented 6 years ago

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