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 a1106fa commit 3a864aeCopy full SHA for 3a864ae
README.md
@@ -308,7 +308,7 @@ You can now use the `getApi()` method to create and get a specific Redmine API.
308
<?php
309
310
$client->getApi('user')->list();
311
-$client->getApi('user')->listing();
+$client->getApi('user')->listLogins();
312
313
$client->getApi('issue')->create([
314
'project_id' => 'test',
0 commit comments