Camphul / CoinMarketCap-API

CoinMarketCap API client written in Java(supports CMC API v2)
https://coinmarketcap.com/api
GNU General Public License v3.0
24 stars 14 forks source link

Exception in thread "main" javax.ws.rs.client.ResponseProcessingException #7

Closed Philipinho closed 5 years ago

Philipinho commented 5 years ago

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.