jhewt / gumer-psn

A Playstation Network API written in Node.js
MIT License
346 stars 71 forks source link

Add retrieving PSN friends list #9

Open drasticactions opened 10 years ago

drasticactions commented 10 years ago

This just adds the base functionality for getting a friends list. The "fields" options can take in different values and should be settable outside of hardcoding it into the URI. The same goes for the other URIs being used. But for now, this will get you a JSON object with your friends list.

grEvenX commented 9 years ago

:+1:

nchase commented 9 years ago

@drasticactions: this is awesome!

QuantumImmortality commented 7 years ago

From my testing of limits, removing the variable (from the URL) entirely results in 100 friend sized blocks returned but the max I'm unsure about exactly but I know a limit=9999 fails but limit=1000 works and returns all names correctly.

gricoski commented 7 years ago

The max number of friends for PS4 is 2000, therefore the max for this should also be 2000.

QuantumImmortality commented 7 years ago

ah, thank you!

On 21 November 2016 at 15:38, grit45 notifications@github.com wrote:

The max number of friends for PS4 is 2000, therefore the max for this should also be 2000.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jhewt/gumer-psn/pull/9#issuecomment-261841309, or mute the thread https://github.com/notifications/unsubscribe-auth/AQzwGZ-hAVTzFo37SG4HV1hBEchX6K0eks5rASBSgaJpZM4CQ5Cw .