discogs / discogs_client

DEPRECATED - Official Python Client for the Discogs API
http://www.discogs.com/developers
Other
479 stars 132 forks source link

Adding a simple oauth example to 'examples' #49

Closed jesseward closed 9 years ago

jesseward commented 9 years ago

Adding an oauth example that utilizes the built-in oauth functionality provided by the discogs_client library. Taken from my example repo found at https://github.com/jesseward/discogs-oauth-example .

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 84.79% when pulling f4a2907395d2e82f43dc3771cf76176e1ef16304 on jesseward:discogs_client_example into 48e569d6deecf57f1baf8f34c555bb46e2a000ee on discogs:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 84.79% when pulling f4a2907395d2e82f43dc3771cf76176e1ef16304 on jesseward:discogs_client_example into 48e569d6deecf57f1baf8f34c555bb46e2a000ee on discogs:master.

rodneykeeling commented 9 years ago

Hi @jesseward!

Sorry for the delayed response. We'd like to keep examples outside of this repository (aside from documentation). We do still have this example on our API docs, though: http://www.discogs.com/developers/

Thanks, Rodney