|
It is common to solve automation problems with shell scripting languages
and tools such as KornShell, Bash, AppleScript, and Windows PowerShell.
Access to web services is often accomplished in combination with the
command "curl". This common command for accessing URL's is available
in Mac OS, Linux, and Windows.
Here is an example of using "curl" in a Mac OS terminal to retrieve the status
of Wasatch SoftRIP on a local area network:
This method can be used to access the entire Wasatch API
through Wasatch SoftRIP's integrated HTTP server.
|