dennislaumen / Scalify

Scala implementation of the Spotify Metadata API.
MIT License
2 stars 0 forks source link

Make URL building generic and robust #4

Open dennislaumen opened 14 years ago

dennislaumen commented 14 years ago

URLs are currently just strings that are pasted together haphazardly. A generic SpotifyURLBuilder would probably improve this. Advantages of this approach are more easily adapting to changes in the Spotify webservices and centralized (and more robust) error handling.