OneSignal\Apps::getAll PHP Méthode

getAll() public méthode

User authentication key must be set.
public getAll ( ) : array
Résultat array
    public function getAll()
    {
        return $this->api->request('GET', '/apps', ['Authorization' => 'Basic ' . $this->api->getConfig()->getUserAuthKey()]);
    }