RdioList

class rdiosock.objects.collection.RdioList[source]
parse_items(key, value)[source]

RdioCollection (Inherited)

start

int

total

int

number_results

int

type

str

type_count

dict

items

list of rdiosock.objects.base.RdioBaseItem

parse_items(key, value)[source]
parse_count(key, value)

RdioBaseItem (Inherited)

classmethod parse(data)[source]

Parse data dictionary into RdioList object

Parameters:data (str or dict) – Data to parse
Return type:rdiosock.objects.collection.RdioList

RdioCollection

class rdiosock.objects.collection.RdioCollection[source]
start

int

total

int

number_results

int

type

str

type_count

dict

items

list of rdiosock.objects.base.RdioBaseItem

parse_items(key, value)[source]
parse_count(key, value)[source]

RdioBaseItem (Inherited)

classmethod parse(data)[source]

Parse data dictionary into RdioCollection object

Parameters:data (str or dict) – Data to parse
Return type:rdiosock.objects.collection.RdioCollection