User:Ommina: Difference between revisions

Jump to navigation Jump to search
Line 750: Line 750:
'''Possible Replies:'''
'''Possible Replies:'''
* 225 Group Status
* 225 Group Status
: {int count}({int group id}{str group name}{int completion state}{int last episode number}{int rating}{int votes}{str episode range}) '''* count'''
* 325 No Groups Found
* 325 No Groups Found
* 330 Anime Not Found
* 330 Anime Not Found


'''Info:'''
'''Info:'''
* The first value returned (''count'') will be number of group blocks to follow.
* The seven fields that follow will be repeated ''count'' times.
* Groups will be filtered by the languages selected in the user's profile
* Groups will be filtered by the languages selected in the user's profile
* If completion_state is not supplied, groups with a completion state of 'ongoing', 'finished', or 'complete' are returned
* If completion_state is not supplied, groups with a completion state of 'ongoing', 'finished', or 'complete' are returned
* Groups are returned in order of descending episode count
* Groups are returned in order of descending episode count
* If there are more groups to return than can be stored in a UDP packet, additional groups will be silently discarded
* If there are more groups to return than can be stored in a UDP packet, additional groups will be silently discarded
* I really need a nap
* TODO: Completion State values
 
rb.add( gsi.groupId );
rb.add( gsi.name );
rb.add( gsi.state );
rb.add( gsi.lastEpisodeNumber );
rb.add( gsi.rating );
rb.add( gsi.votes );
rb.add( gsi.getEpisodeRange() );


=== Empty Table ===  
=== Empty Table ===  

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.