예제 #1
0
	def getAllIds(self):
		'''
			Returns a list of all numerical listing IDs
		'''
		return util.getAllIds('/v2/commerce/listings')
예제 #2
0
파일: items.py 프로젝트: Gehn/gw2-cerebro
	def getAllIds(self):
		'''
			Returns a list of all numerical item IDs
		'''
		return util.getAllIds('/v2/items')