jkovacs / lastfm-java

Java bindings for the Last.fm Web Services
BSD 2-Clause "Simplified" License
74 stars 34 forks source link

Make a release with HTTPS enabled? #20

Open ben-xo opened 5 years ago

ben-xo commented 5 years ago

Would it be possible for you to make a release with the HTTPS patches? latest in mvn (0.1.2) still isn't HTTPS safe.

ben-xo commented 3 years ago

Bump?

s-lindenau commented 2 years ago

+1

Until this build is on maven, I suggest that everyone using the library sets the endpoint root URL with the following workaround:

Caller.getInstance().setApiRootUrl("https://ws.audioscrobbler.com/2.0/");