Example #1
0
	def getAllIds(self):
		'''
			Returns a list of all numerical listing IDs
		'''
		return util.getAllIds('/v2/commerce/listings')
Example #2
0
	def getAllIds(self):
		'''
			Returns a list of all numerical item IDs
		'''
		return util.getAllIds('/v2/items')