After installing the library, i tried to test it but the following errors popped out.
Exception in thread "main" javax.ws.rs.client.ResponseProcessingException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "attention" (class com.lucadev.coinmarketcap.model.CoinMarketListApiResponse), not marked as ignorable (2 known properties: "data", "metadata"])
......
The fix is to add Jackson's class-level annotation to ignore non declared property at the CoinMarketListApiResponse file.
After installing the library, i tried to test it but the following errors popped out.
The fix is to add Jackson's class-level annotation to ignore non declared property at the
CoinMarketListApiResponse
file.