#NCMB-REST-Demo
NCMB-REST-Demoは ニフティクラウド mobile backend をREST APIを叩くための一番簡単なデモプロジェクトです
git clone git@github.com:syyama/NCMB-REST-Demo.git
クローン後 Program.cs
に
// アプリケーションキー
private static readonly string APPLICATION_KEY = "";
// クライアントキー
private static readonly string CLIENT_KEY = "";
それぞれアプリケーションキーとクライアントキーを設定してください
MIT Licenseで公開します