RubyWebApiClient demonstrates usage of the CampusNexus Command API using Ruby. To get started:
- Clone the repository
- Install Dependencies (faraday, faraday_middleware, ruby_dig)
This project uses bundler to manage dependencies. You can easily install them:
bundle install --path=vendor/bundle
(Alternatively, use gem install)
- Open webapiclient.rb and set the root_uri, username and password variables to match your environment.
- Run:
bundle exec ruby webapiclient.rb