skip to Main Content

eBay Finding API – Why are findItemsAdvanced JSON result elements all arrays? – Ebay API

When calling findItemsAdvanced with RESPONSE-DATA-FORMAT=XML, the results are as expected, e.g: <findItemsAdvancedResponse xmlns="http://www.ebay.com/marketplace/search/v1/services"> <ack>Success</ack> <version>1.13.0</version> <timestamp>2014-11-16T20:59:57.588Z</timestamp> <searchResult count="0"/> <paginationOutput> <pageNumber>0</pageNumber> <entriesPerPage>100</entriesPerPage> <totalPages>0</totalPages> <totalEntries>0</totalEntries> </paginationOutput> <itemSearchURL>http://www.ebay.co.uk/sch/i.html?_nkw=mytest1</itemSearchURL> </findItemsAdvancedResponse> But calling the same with RESPONSE-DATA-FORMAT=JSON, individual elements are all wrapped in []: {"findItemsAdvancedResponse":[…

VIEW QUESTION

Post request for SMS message? – Twillio

I am trying to figure out how the twillio sample curl -request actually works for SMS message. Here is a link to the "test" messages that you can use to make a request: https://www.twilio.com/user/account/developer-tools/api-explorer/message-create Here is the curl post: curl…

VIEW QUESTION

Use of undeclared identifier 'cell' when parsing eBay API

I'm attempting to parse item data from eBay's API, however I'm having trouble getting the cells in my tableview setup properly. I'm getting multiple errors in the - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath method of my MasterViewController below stating that…

VIEW QUESTION
Back To Top
Search