This Library can call Bitcasa API from C++/C# applications.
bitcasa_Viewer is the demonstration C# GUI application to use this library.
The Library, BitcasaDLL has the functions to call all Bitcasa API calls.
And these functions are wrapped by C++/CLI(C#).
bitcasa_Viewer is a C# GUI application.
you can view your Bitcasa drive and manipulate by API in GUI.
And also can search your files by regular expression and size, date.
The client key is removed from source code.
If you want to use this library in your own application, register as a bitcasa developer and get your own key.
API C++ CLI/C# ラッパーは、BitcasaAPIをC++やC#から呼ぶことのできるライブラリです。
bitcasa_Viewerはこのライブラリを使用したC#による参考実装プログラムです。
API C++ CLI/C# ラッパーには、すべてのBitcasa APIコールに対応した関数があり、
C++/CLIラッパーコードがあるのでC#から呼び出すことができます。
bitcasa_ViewerはC# GUIアプリケーションです。
Bitcasaドライブの内部を覗いたり、APIコールをGUIにより実行することができます。
正規表現やサイズ、日付によるファイル検索も行うことができます。
クライアントキーはソースコードから削除してあります。
ライブラリを使用される際には、bitcasaのデベロッパー登録を行ってご自身のアプリキーを取得してください。