Languages

Menu
Sites
Language
Access Web API in Tizen Native 2.3

I want to access web api via HTTP GET method and want to parse the response to show in mobile.  Currently i am using Native SDK 2.3 but i don't get any programming guide or tutorial for  HTTP request. Please refer some link or documentation from where i can start. 

Responses

5 Replies
Alex Ashirov

Hi,

I think you can use Curl

http://curl.haxx.se/libcurl/c/

or Ecore_Con_Url:

http://docs.enlightenment.org/auto/eet/group__Ecore__Con__Url__Group.html#gad928193ae403bd05c1ce5ba48a1d52ea

The links above contain some code samples.

Sajal Saha

Thanks for your supporting information

Alex Dem

Hi,
In 2.2.1 there was Tizen::Net::Http::HttpTransaction for these goals,
now it has been replaced with 'curl'.
In release notes of 2.3:
-Socket and HTTP
    Supporting socket and HTTP features provided by the openSSL and Curl open source libraries.

Alexey.

Sajal Saha

Thanks :)

colin Rao

I think you can rely on the help doc to familiar with the tizen web application, IDE -> Help -> Help Contents

such as Tizen Mobile Web App Programming > Tutorials > W3C/HTML5 Tutorials > Communication Tutorials