Guilherme Sad

Results 9 comments of Guilherme Sad

@markusherzog this was added in https://github.com/guilhermesad/rspotify/commit/27944b72894a38ae0951b43edca91a0a2702ba4e. Have you experienced any bugs on that?

@markusherzog thanks, appreciate it :) You mean using OAuth token from the `@owner`? For that you'd need the owner's password. Otherwise, if you're talking about the client auth request, `RSpotify`...

@jeregrine could you clarify what exactly you want to achieve with it? RestClient is more lightweight than Faraday so I'd only opt for the latter if really needed.

@jeregrine seems good, I'm in for that :+1: Regarding `RestClient` being more lightweight, although its package is lighter it seems to be significantly slower: ``` n = 100 Benchmark.bm do...

Hi @jcmorrow! Yep that works! Go ahead and make a PR for it and I'll merge it. Thanks for the contribution.

@confact that's an interesting idea. Maybe also including a message to the user telling it'll retry after X seconds. I'm open to pull requests on that :)

Yes, blocking could be unwanted, if this is to be implemented it has to be an optional feature.

Hi @bojdell, thanks for the contribution! The reason why the REST methods don't need to be updated is because inside of them the `@client_token` is always [dynamically retrieved](https://github.com/guilhermesad/rspotify/blob/master/lib/rspotify/connection.rb#L35). So after...

I'm getting the same thing: I'm using React Native version `0.41.2` and node version `v6.9.1`