0

I have an ASP MVC 3 application and I have to use dmcloud API which exists only in Python or PHP or Java.

http://www.dmcloud.net/doc/api/

How can I use the API inside the application even though it is not the same technology.

2
  • 1
    You really don't need python for that. All you need is a library for encoding JSON and sending HTTP requests following the instructions here: dmcloud.net/doc/api/general.html#general-api-information Commented Oct 11, 2012 at 14:50
  • You're right this way is better. Thanks! Commented Oct 11, 2012 at 15:46

1 Answer 1

1

You don't need to use the client libraries. You can use their HTTP API directly. This will be harder than using a pre-existing library, but easier than interacting with Java or Python.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.