milkshake
Advanced Member
Hi,
I want to put a few suggestions forward for the REPO spec.
First of all We need to trim some fat from the Bacon of the repo spec, make it leaner...
we dont need to pass the description for example untill the end user wants to find out more specfic details about the app, but at that point the client could reqiest details for a specific app VIA a simple API
I have already implamented getting "only the updated/added apps" since past visit with a simple API
repo.openpandora.org/includes/get_data.php?last_updated=<unix_time_stamp>
SO what I propose is not sending a description untill the end user actually wants to read that info then we could implament something like...
repo.openpandora.org/includes/get_data.php?app_id=<pkg_id>
or something to those lines, which will send all the additional info reuired i.e. screenshots, description etc
also I would like to be able to add a couple new "small" additions to the repo JSON.
1. the date the package was added/updated.
2. the filesize of the package.
This should make the clients quicker at getting the basic info and letting the user know of any updates etc,aswell as providing a convenient way of getting any additional info needed.
please discuss and let me know if these sound like sane improvements and or suggest more improvements.
thanks.
I want to put a few suggestions forward for the REPO spec.
First of all We need to trim some fat from the Bacon of the repo spec, make it leaner...
we dont need to pass the description for example untill the end user wants to find out more specfic details about the app, but at that point the client could reqiest details for a specific app VIA a simple API
I have already implamented getting "only the updated/added apps" since past visit with a simple API
repo.openpandora.org/includes/get_data.php?last_updated=<unix_time_stamp>
SO what I propose is not sending a description untill the end user actually wants to read that info then we could implament something like...
repo.openpandora.org/includes/get_data.php?app_id=<pkg_id>
or something to those lines, which will send all the additional info reuired i.e. screenshots, description etc
also I would like to be able to add a couple new "small" additions to the repo JSON.
1. the date the package was added/updated.
2. the filesize of the package.
This should make the clients quicker at getting the basic info and letting the user know of any updates etc,aswell as providing a convenient way of getting any additional info needed.
please discuss and let me know if these sound like sane improvements and or suggest more improvements.
thanks.
Last edited by a moderator: