Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
148 stars 50 forks source link

Add friend related fetching methods to BasicClient #180

Open Luc1412 opened 1 year ago

Luc1412 commented 1 year ago

Currently accessing friends is only possible when using Client. BasicClient doesn't provide methods to manually fetch friend related information. (Friends, Incoming, Outgoing, Blocked)

Also adding suggested friends might be a nice addition.