ios - REST API Request for Mobile App -


I use the appery.io (originally a phonegap type website that uses WYSIWYG) and IOS / Andriod Creating an App for Originally Become a Calendar for Upcoming TV Episodes Users will select the shows they want to see and the calendar / list in the app will be populated with upcoming episodes.

For this, I am trying to use an API called thetvdb.com. However, I only have basic knowledge of the database and the API is also less with usage. Thetvdb has some documents to use for its API, however, to understand and translate into appery.io form which I am using to get the request.

I need a key to use my API, which I already have. I'm not sure what to put in for the settings and the request field first I must know that the URL The URL under the first settings is.

Settings: URL: Method: Data Type: Content Type:

Request: Not even Sure To do which parameters to use?

Thetvdb.com Documentation ()

The following is the appery.io video tutorial ()

You can use the AFNetworking framework. It is easy to use for communication with APIs, with GET method, we can do this :

FHttcRefAfPerption Manager * Manager = [FHttpRackAust Operation Manager Manager]; [Manager GET: @ "http://example.com/resources.json" parameter: Zero breakthrough: ^ (FHttpKAEASTA Operation, Operation, ID Response Object) {NSLog (@ "Jasonn:% @", ReactionObject); } Failure: ^ (FHTPPKAESTA Operation * Operation, NSERR * error) {NSLog (@ "error:% @", error); }];

For more information, please read this website.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -