Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update import `atp` package namespaces following consistency update

+1 -1
+1 -1
src/Http/HasHttp.php
··· 9 9 use SocialDept\AtpClient\Auth\DPoPNonceManager; 10 10 use SocialDept\AtpClient\Exceptions\ValidationException; 11 11 use SocialDept\AtpClient\Session\SessionManager; 12 - use SocialDept\Schema\Facades\Schema; 12 + use SocialDept\AtpSchema\Facades\Schema; 13 13 14 14 trait HasHttp 15 15 {