Hi guys, i'm looking to try and create a small tool that can for upto 4 RS accounts, utilise their new API calls to get the account info, and thus keep a record of the points etc on a daily basis or one off checking.
I've built some of it already, and have the pages of my project sort of defined, using 5 pages, front, settings, results, log and one with 4 http objects in it (not sure if this is needed yet)
for the settings and resutls pages, i have made a "panel" out of an image,and created 4 account input boxes/tick boxes as required for each account and then 4 buttons to show or hide the relevant ones for the account you wish to deal with, the settings are then saved to an encrypted ini file and loaded at startup... this all works and i can swittch between the accounts and the display chages as i want
now, the problem is, i suck when it comes to API calls lol
I am not sure if i should load the API call into the http objects, and then save the result as a string, or if this will cause me issues trying to work across different pages in relation to accessing objects, or if i should be using the http built in functions... any help would be appreciated
i might also have problems in the timer department, as i have an option to get details on startup or not, thus allowing you to use windows sheduler to start the tool at the required time to ensure you can log a daily total. but i also want a "check every..... mins" option, and on the reults page, a manual button.
so as you can see i have a few things to work out yet
here is the API call format
full info on the Rapidshare API's can be found here if it helpsCode:https://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=getaccountdetails_v1&type=col&login=XXXXXXXX&password=XXXXXXX
Code:http://images.rapidshare.com/apidoc.txt
any thoughts ? (and please keep any code examples compatible with AMS6)



Reply With Quote

