What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Taking next page from AH?

Status
Not open for further replies.

darkxor

New Member
Joined
Nov 25, 2012
Messages
104
Reaction score
1
There's Core.getAuctionBuyList() method, but it always lists AH from first page. So, if I want to dynamically choice when to stop listing, need re-list first pages again.
Any possibility of gettling next page for last search query instead of running new search query?

Thanks,
darkxor.
 
There's Core.getAuctionBuyList() method, but it always lists AH from first page. So, if I want to dynamically choice when to stop listing, need re-list first pages again.
Any possibility of gettling next page for last search query instead of running new search query?

Thanks,
darkxor.

Code:
public List<AuctionItem> getAuctionBuyList(
	AuctionRequestParams requestParams,
	[B]int maxCount[/B]
)
getAuctionBuyList Method
 
Last edited:
You didnt understand, question is how to CONTINUE searching same query, for example you requested 9 items for search text "Sunlight Archeum Shard" - and decided to query next page, how to do it without re-requesting first page?
 
You didnt understand, question is how to CONTINUE searching same query, for example you requested 9 items for search text "Sunlight Archeum Shard" - and decided to query next page, how to do it without re-requesting first page?
Re-request and filter first 9- items by id's.
 
Status
Not open for further replies.
Back
Top