mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Add a second parameter to BaseApi::getRequest to enable API tests
This commit is contained in:
parent
d83ebe6031
commit
9cc675233d
40 changed files with 45 additions and 41 deletions
|
@ -66,7 +66,7 @@ class Accounts extends BaseApi
|
|||
'since_id' => 0, // Return results newer than this id
|
||||
'min_id' => 0, // Return results immediately newer than id
|
||||
'limit' => 40, // Maximum number of results. Defaults to 40. Max 40. Set to 0 in order to get all accounts without pagination.
|
||||
]);
|
||||
], $request);
|
||||
|
||||
$params = ['order' => ['contact-id' => true]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue