n8j1s / Discogs-ObjC

An Objective-C wrapper for the Discogs API v2.0 (http://discogs.com/developers/index.html)
MIT License
10 stars 0 forks source link

Add support for authenticated Discogs endpoints #2

Open slavo opened 10 years ago

slavo commented 10 years ago

It would be great if this library supports not only the public endpoints, but also the ones which retrieve user-specific information from discos and require authentication (user identity, collection, want list). I am mainly creating this issue to know if there are plans for this. I am new to Obj-C myself, but if I play long enough I may submit a PR for this.

n8j1s commented 10 years ago

I had not planned on making major changes to the existing code right now - working on other projects at the moment that are taking up a lot of my time. I would most certainly welcome a pull request. As you can see, most endpoints follow a pretty simple pattern. Once you got OAuth in there (which you can probably do pretty easily using an existing library), it should be easy to add the additional calls. Let me know if you need any help.

On Sat, Aug 2, 2014 at 8:58 AM, Slavo notifications@github.com wrote:

It would be great if this library supports not only the public endpoints, but also the ones which retrieve user-specific information from discos and require authentication. I am mainly creating this issue to know if there are plans for this. I am new to Obj-C myself, but if I play long enough I may submit a PR for this.

— Reply to this email directly or view it on GitHub https://github.com/n8j1s/Discogs-ObjC/issues/2.