I want to use the RapidShare API in my project,but I don’t know how I can call it then receive the result.
I use Delphi 2009.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All you have to do is make a HTTP request and fetch the result.
Try this link to see how it works: getapicpu_v1
Here you can find which calls you can make: http://images.rapidshare.com/apidoc.txt
The code below prints this:
FetchHTML() is just a helper function to retrieve the result of an HTTP request. If you use a proxy, it’ll automatically use the one that you’ve configured in Internet explorer.