Skip to content
Snippets Groups Projects
Commit bfa7e5a7 authored by Kevin Saliou's avatar Kevin Saliou
Browse files

update readme

parent 751b391c
Branches
Tags v1.1.0
No related merge requests found
......@@ -71,6 +71,8 @@ $ php composer.phar require kbsali/redmine-api:1.*
require_once 'vendor/autoload.php';
$client = new Redmine\Client('http://redmine.example.com', 'API_ACCESS_KEY');
//-- OR --
$client = new Redmine\Client('http://redmine.example.com', 'username', 'password');
$client->api('user')->all();
$client->api('user')->listing();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment