APIs
The DocMoto API's allow developers to use software other than the DocMoto GUI to interact with the server and make changes to resources.
Client API
The most common requirement is to connect to the DocMoto server to add, check-in, check-out and remove files.
DocMoto is a WebDAV server, and as such supports any software that can issue WebDAV instructions. In the documentation we have shown examples of connecting to the DocMoto server using Perl's LWP module. Similar modules and libraries are available for PHP, Ruby, .Net and Java.
The full set of commands and associated example code are listed here.
