Command line curl REST authentication

Sometimes you want to test out REST calls from the command line. How to handle the dual realm Authorization headers that Datacentre requires? --user will not work because curl will only accept one such parameter, so you need to specify … Continue reading

Posted in CLI, REST | Comments Off on Command line curl REST authentication

CLI Overview

MoneyWorks may be used from the command line for automating tasks, such as data import, data export, and reporting. On Mac, use /usr/bin/moneyworks (MoneyWorks Gold must be installed). On Windows, use moneyworks.exe in the MoneyWorks Datacentre folder in Program Files. … Continue reading

Posted in CLI | Comments Off on CLI Overview

Perl wrapper

A third party Perl script is available from here. It uses the Command Line Interface to talk directly to MoneyWorks Datacentre. Note: As of v6.1, the recommended way to access MoneyWorks Datacentre is via the REST interface. The REST interface provides … Continue reading

Posted in CLI | Comments Off on Perl wrapper

CLI Manual

moneyworks - MoneyWorks command line modes Synopsis moneyworks [options] [file-or-url] On Mac OS X, the short form (moneyworks) is a symbolic link to the actual executable (/Applications/MoneyWorks\ Datacentre Console.app/Contents/Resources/moneyworks). On Windows, a separate command line client, moneyworks.exe is installed in … Continue reading

Posted in CLI | Comments Off on CLI Manual

MoneyWorks URL Scheme

The MoneyWorks URL scheme follows the pattern of the Common Internet Scheme syntax described in RFC 1738. Where can I use it? On both Mac OS X and Windows you can make a shortcut file that will connect you to … Continue reading

Posted in CLI, Esoterica, Networking | Comments Off on MoneyWorks URL Scheme