mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
API: Added more functions, fixed function names
This commit is contained in:
parent
8d5c03755d
commit
222b35684d
19 changed files with 322 additions and 296 deletions
|
@ -35,7 +35,7 @@ use Friendica\Network\HTTPException\InternalServerErrorException;
|
|||
*/
|
||||
class Upload extends BaseApi
|
||||
{
|
||||
protected function rawContent(array $request = [])
|
||||
protected function post(array $request = [], array $post = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue