java-binance-api
java-binance-api copied to clipboard
BinanceRequest.java - method getRequestBody does not exist
The code doesn't compile. There are several methods/attributes that doesn't exist.
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