-
Notifications
You must be signed in to change notification settings - Fork 1
App Review & App Downloads params #3
Comments
Yes, Both date format, from and to, and I also suggests a 'limit' value for limit the result to a given number and in this case return the latest/newest of the reviews/posts. Examples: '
|
As suggest from #2, I also want to add country-code which I think will be must useful for only get reviews in a language that is supported by the store. |
Updated version of downloads : https://www.sourceappstore.com/openaep/appreviews
?package=com.softspb.flashcards.sv - single parameter
[&datefrom=YYYY-MM-DD] - optional
[&dateto=YYYY-MM-DD] - optional
[&country=US] - optional
[&limit=100 &offsettoken= 500] - optional pair Do paginate output there should be <?xml version="1.0" encoding="UTF-8"?>
<downloads version="1" offset=""> <!-- encoded value of request params, db state and offset -->
<download>
... is it simple to implement on backend? |
Use
and not
as in Purchases case #2 (comment) I think this is simple to implement on backend (for most of all systems), a loot of this will map very good to querys on for a Relational database as SQL-database. |
OK, lets update spec |
Ok, Update and I will look at it again. |
Current: App Downloads
and App Reviews
Date:
both optional?
The text was updated successfully, but these errors were encountered: