| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Ornagai API

Page history last edited by saturngod 11 years, 3 months 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 (3)

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.

pont pont said

at 7:41 pm on Nov 16, 2012

I got Fatal error: Call to undefined function curl_init() in \application\libraries\spellcheck.php on line 16 when search .

pont pont said

at 7:48 pm on Nov 16, 2012

I resolved this problem :)

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