metaStash
metaStash Web Services
I am happy to bring you some very exciting news...we are in the process of developing web services based on Microsoft's .NET Framework that will allow all you developers out there to programatically access data from the metaStash datastore.

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.

Imports metastash
Imports system.data

Dim D As New stashit()
Dim MyData As DataSet = D.getLinks("someuser","somepassword",false,true,true)

Copyright © 2001 <c@chedCode> Technology Group