ネクストエンジンAPIのSDK(Java)です。
ネクストエンジンAPIに関してのリファレンスやコミュニティはDeveloper Networkをご利用ください。
SDKは以下のことが網羅されています。
- ネクストエンジンAPI利用時の認証関連処理
- ネクストエンジンAPI利用時のリクエスト処理
- サンプルリクエストロジック
詳細はDeveloper Networkを参照ください。
推奨環境: JDK version 1.7 or 1.8
- Fork it ( https://github.com/hamee-dev/sdk-java/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request