Obsidian client library for Microsoft .Net and Mono
Obsidian is a new screencap- and file-sharing service.
The API is currently under construction.
First, you'll need to clone the repository.
This is the same for Microsoft Windows, MacOS X, Linux and other Unixoids:
$ git clone https://github.com/SplittyDev/libObsidian-Client.git
Now you'll probably want to build the release configuration of the client library.
Use MSBuild:
$ cd libObsidian-Client\src
$ msbuild Obsidian.sln /p:Configuration=Release
Use xbuild:
$ cd libObsidian-Client/src
$ xbuild /p:Configuration=Release Obsidian.sln