dmfutcher / rustfm-scrobble

Last.fm Scrobble API for Rust
MIT License
34 stars 11 forks source link

Remove deprecated methods for v1.0 #31

Closed dmfutcher closed 5 years ago

dmfutcher commented 5 years ago

Scrobbler::authenticate is deprecated as of v0.9.1, in favour of using authenticate_with_password, authenticate_with_token or authenticate_with_session_key.

Version 1.0 feels like a good place to remove this old method.