-
Notifications
You must be signed in to change notification settings - Fork 68
User Storage Protocol
Yannik Marchand edited this page Jan 27, 2021
·
1 revision
NEX Protocols > User Storage (53)
Method ID | Method Name |
---|---|
1 | SearchContents |
2 | SearchContentsWithTotal |
3 | DeleteContent |
4 | SaveMetaData |
5 | SaveContentDB |
6 | SaveContentAndGetUploadInfo |
7 | UploadEnd |
8 | GetContentDB |
9 | GetContentURL |
10 | GetSlotCount |
11 | GetMetaData |
12 | Like |
13 | Unlike |
14 | IsLiked |
15 | GetFavourites |
16 | MakeFavourite |
17 | RemoveFromFavourites |
18 | ReportInappropriate |
19 | IncrementPlayCount |
20 | UpdateCustomStat |
21 | GetOwnContents |
22 | GetMostPopularTags |
23 | GetTags |
24 | TagContent |
25 | SearchContentsByPlayers |
26 | SearchContentsByPlayersWithTotal |
Type | Name |
---|---|
UserStorageQuery | query |
Type | Name |
---|---|
List<UserContent> | searchResults |
Type | Name |
---|---|
UserStorageQuery | query |
Type | Name |
---|---|
List<UserContent> | searchResults |
Uint32 | totalResults |
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
List<ContentProperty> | properties |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
List<ContentProperty> | properties |
Buffer | data |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
List<ContentProperty> | properties |
Uint32 | size |
UserContentKey | contentKey |
Type | Name |
---|---|
UserContentURL | uploadInfo |
Uint64 | pendingID |
List<String> | headers |
Type | Name |
---|---|
Uint64 | pendingID |
Bool | result |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
Buffer | data |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
UserContentURL | downloadInfo |
Type | Name |
---|---|
Uint32 | typeID |
Type | Name |
---|---|
UserSlotCount | slotCount |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
UserContent | content |
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
Bool | liked |
Type | Name |
---|---|
List<Uint32> | contentTypes |
Type | Name |
---|---|
List<UserContent> | favourites |
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
String | reason |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
This method does not return anything.
Type | Name |
---|---|
UserContentKey | contentKey |
Uint16 | statID |
Sint64 | incValue |
This method does not return anything.
Type | Name |
---|---|
Uint32 | typeID |
Type | Name |
---|---|
List<UserContent> | results |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
List<WeightedTag> | tags |
Uint32 | totalNumberOfTaggings |
Type | Name |
---|---|
UserContentKey | contentKey |
Type | Name |
---|---|
List<Uint32> | tagIds |
Type | Name |
---|---|
UserContentKey | contentKey |
List<Uint32> | newTagIds |
This method does not return anything.
Type | Name |
---|---|
List<Uint32> | pids |
UserStorageQuery | query |
Type | Name |
---|---|
List<UserContent> | searchResults |
Type | Name |
---|---|
List<Uint32> | pids |
UserStorageQuery | query |
Type | Name |
---|---|
List<UserContent> | searchResults |
Uint32 | totalResults |
ContentProperty (Structure)
Type | Name |
---|---|
Uint32 | m_ID |
Variant | m_value |
UserContentKey (Structure)
Type | Name |
---|---|
Uint32 | m_typeID |
Uint64 | m_contentID |
UserContent (Structure)
Type | Name |
---|---|
UserContentKey | m_key |
Uint32 | m_pid |
List<ContentProperty> | m_properties |
UserStorageQuery (Structure)
Type | Name |
---|---|
Uint32 | m_typeID |
Uint32 | m_queryID |
ResultRange | m_resultRange |
List<ContentProperty> | m_parameters |
UserSlotCount (Structure)
Type | Name |
---|---|
Uint32 | m_pid |
Uint32 | m_typeID |
Uint32 | m_usedSlots |
Uint32 | m_totalSlots |
UserContentURL (Structure)
Type | Name |
---|---|
String | m_protocol |
String | m_host |
String | m_path |
WeightedTag (Structure)
Type | Name |
---|---|
Uint32 | m_id |
Uint32 | m_numberOfOccurences |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages