mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
API: List handling, dummy endpoints
This commit is contained in:
parent
1d44b97576
commit
3aa883f1e3
12 changed files with 405 additions and 69 deletions
|
@ -30,6 +30,12 @@ use Friendica\Module\BaseApi;
|
|||
*/
|
||||
class Statuses extends BaseApi
|
||||
{
|
||||
public static function post(array $parameters = [])
|
||||
{
|
||||
$data = self::getJsonPostData();
|
||||
self::unsupported('post');
|
||||
}
|
||||
|
||||
public static function delete(array $parameters = [])
|
||||
{
|
||||
self::unsupported('delete');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue