API: added account related endpoints

This commit is contained in:
Michael 2021-05-09 09:35:51 +00:00
parent 6511493fdf
commit 5bb5c44bd9
16 changed files with 599 additions and 13 deletions

View file

@ -80,6 +80,10 @@ class Blocks extends BaseApi
}
DBA::close($followers);
if (!empty($min_id)) {
array_reverse($accounts);
}
System::jsonExit($accounts);
}
}