Get your own free workspace
View
 

Ornagai API

Page history last edited by saturngod 2 years ago

Ornagai API is using RESTful and easy to use with other system. Ornagai api link is ornagai.com/index.php/api/{something}/{get_id}/{get_value}

 


 

Get Method

 

get

 

Post Method

 

post

 

Client Library

 

PHP SDK

 

Used API

 

Ornagai Greasemonkey Script

Comments (1)

Htain Linn Htoo said

at 4:42 am on May 8, 2010

Got an error "Fatal error: Call to undefined function: curl_init()" when open "example.php". (Ornagai PHP SDK)

Solution:
If your are using windows based system , CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.
For Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.

You don't have permission to comment on this page.