Jump to content

Using Autoit to access a REST service?


bdb4269
 Share

Recommended Posts

I've never worked with an API, and I am about to try to learn my first.

I know the API I am trying to learn, is implemented as a REST service.

I was just wondering if Autoit can be used to access a REST service. And, assuming it can, will someone please point me to a good place to start looking.

Link to comment
Share on other sites

  • 3 weeks later...

The REST format is a simple XML-based protocol it is a conventional HTTP GET or POST action.

The REST endpoint URL is http://api.rememberthemilk.com/services/rest/.

To request the rtm.test.echo service, you would invoke the following:

http://api.rememberthemilk.com/services/re...&name=value

Plain and simple InetGet() should do, or use _IENavigate() to handle the results more easily.

Best Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...