pygogapi icon indicating copy to clipboard operation
pygogapi copied to clipboard

Add a method to extract all orders from user history

Open gatl opened this issue 6 years ago • 2 comments

While web_orders_gogdata() is able to acquire the most recent operations in a user's history, occasionally we wish to go through its entirety. This can be used to calculate the full amount already spent, determine when a game was purchased or do more elaborate analysis such as how a user changes behaviour or preferences since they created their GOG account.

The new method was added with what are considered reasonable default arguments. At the same time, a new URL was added, supporting all the search arguments for this query.

gatl avatar Jan 26 '19 12:01 gatl

Thanks for your submission, but I've already decided to remove the web functions in the next push because they're all just really shitty and unmaintained. If you want to maintain a fork I'd link to it though, just tell me if you're interested.

Yepoleb avatar Jan 28 '19 02:01 Yepoleb

As long as I can to do this, I don't really care what API is used. I will keep an eye on your future releases.

gatl avatar Jan 28 '19 09:01 gatl

@gatl thanks 🙂, i was struggling to find the needed params for the request to return values

greggameplayer avatar Oct 15 '24 23:10 greggameplayer