We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As with all CodeIgniter libraries, put the Geckoboard_api.php file into your libraries folder so that the full path is:
system/application/libraries/Geckoboard_api.php
Within your controller, simply load the library like so:
$this->load->library('geckoboard_api');
To make a call to the library use:
$response = $this->geckoboard_api->return_geckoboard_text($data); echo($response);
You can learn more about the api methods by looking at the widget types pages.
There was an error while loading. Please reload this page.