At the moment, we have 3 web methods in production. The stashIT! web service provides the following methods: putBookmarks, getBookmarks and getLinks.
In the near future, I will provide additional documentation for using this service. Additionally, there are many excellent articles out on the web providing information on creating proxies for accessing web services from your own applications. Perhaps I will make available the batch file I used to create the proxy.
Anyway, if you are able to get a proxy created, here is some example code.
Dim D As New stashit()
Imports metastash
Imports system.data
Dim MyData As DataSet = D.getLinks("someuser","somepassword",false,true,true)