kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
http://kaaes.github.io/spotify-web-api-android
MIT License
380 stars 138 forks source link

Adding new endpoint? #153

Open aferguson14 opened 7 years ago

aferguson14 commented 7 years ago

How would I be able to reference an additional endpoint, say:

GET https://api.spotify.com/v1/me/player/currently-playing

eddiecrawford commented 7 years ago

152 duplicate :)

I'll probably just do it myself locally @aferguson14

schimini commented 7 years ago

@eddiecrawford How could one add endpoints locally? Could you provide some basic explaining? I'm not too familiar with Retrofit.

Thanks :)