bdb4269 Posted November 21, 2008 Posted November 21, 2008 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.
BrettF Posted November 21, 2008 Posted November 21, 2008 Whats the API for a start? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
bdb4269 Posted November 21, 2008 Author Posted November 21, 2008 http://www.rememberthemilk.com/services/api/
bdb4269 Posted December 17, 2008 Author Posted December 17, 2008 /bump 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.
KaFu Posted December 17, 2008 Posted December 17, 2008 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=valuePlain and simple InetGet() should do, or use _IENavigate() to handle the results more easily.Best Regards OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now