Implementing API Key

Implementing API Key

Posted 13 Apr 2010, 3:25:26

So I am new to developing using web API's. I am currently trying to code in Objective C and have obtained the API key as well as the setlistfm.h and setlistfm.m files.

I am trying to simply get a result of an artist, setlist, venue, ect. however I am unsure exactly where to begin.

I have only discovered that http://api.setlist.fm/rest/0.1/search/venues?name=starland+ballroom will give me results (at least in my browser).

If someone could point me in the right direction, I would greatly appreciate it.

Re: Implementing API Key

Posted 13 Apr 2010, 8:36:49

Sorry, we're not that fluent in Objective C ourselves … well, honestly we're not fluent at all. But did you see the example code too?

Be also sure to include (and understand) the required APIs: XML Reader and XML Writer . I can't help you much more than that. As a last hint, you might want to start with a request that doesn't take any parameter, i.e. search/countries . If you have any more question, I can't do much more than sending you to Q&A pages, e.g. Stackoverflow (be sure to use 'setlistfm' as a tag there and I will follow your questions).

Good luck! And don't hesitate to come back to the forum for any questions that don't are too Objective C specific.

Cheers, Stefan

Post Reply

You're not allowed to do this, please sign in first.