-
Notifications
You must be signed in to change notification settings - Fork 70
Add retrieving PSN friends list #9
base: master
Are you sure you want to change the base?
Conversation
👍 |
@drasticactions: this is awesome! |
it's not clear what ID should be passed into getMessageContent based on the existing signature and documentation, so I changed them to make them a bit more clear.
'id' -> 'groupId' in `getMessageContent` method
add a method to get list of messages for a given conversation
From my testing of |
The max number of friends for PS4 is 2000, therefore the max for this should also be 2000. |
ah, thank you! On 21 November 2016 at 15:38, grit45 [email protected] wrote:
|
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.