The service-connection gem is the messenger among ideas4all services. It:
- allows the caller service to access the called service's endpoints.
- transport protocol is transparent for the caller.
- the communication is secured via Oauth2 protocol and ideas4all authorized talking-token mechanism.
Add this line to your application's Gemfile:
gem 'service-connection'
And then execute:
$ bundle
Or install it yourself as:
$ gem install service-connection
Run
bundle exec rspec spec/README_FOR_USERS_spec.rb
test to see info of how to use this gem.