We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751b391 commit bfa7e5aCopy full SHA for bfa7e5a
README.markdown
@@ -71,6 +71,8 @@ $ php composer.phar require kbsali/redmine-api:1.*
71
require_once 'vendor/autoload.php';
72
73
$client = new Redmine\Client('http://redmine.example.com', 'API_ACCESS_KEY');
74
+//-- OR --
75
+$client = new Redmine\Client('http://redmine.example.com', 'username', 'password');
76
77
$client->api('user')->all();
78
$client->api('user')->listing();
0 commit comments