ORCA API
ORCA APIは、日医標準レセプトソフトが提供しているAPIをRubyから利用するためのライブラリです。
開発者向け情報
必要なソフトウェア
- ruby 2.4.10以降
- bundler 1.15.1
セットアップ
git clone https://github.com/orca-api/orca-api.git
cd orca-api
bin/setup
テスト実行
bundle exec rake spec
インストール
bundle exec rake install