kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

Implement `METHOD_REMOVE_FRIEND_BY_PRINCIPAL_ID` #91

Closed MCMi460 closed 1 year ago

MCMi460 commented 1 year ago

As far as I know, this should work. I've used it repeatedly, and I have yet to see it fail. Please let me know if there is an error in the format or content of which I have implemented this method. Thank you.

kinnay commented 1 year ago

Hi, I decided to look up the format of the request / response parameters of the other missing methods as well. See 8fea9a22.

MCMi460 commented 1 year ago

Hi, I decided to look up the format of the request / response parameters of the other missing methods as well. See 8fea9a2.

Wow, that's an impressive commit. Thank you so much for your tireless efforts on this project!