webcerebrium / java-binance-api

Java Binance API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinanceRequest.java - method getRequestBody does not exist

DragosVoid opened this issue · comments

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