Sha256: 5d2c73211682fd190b740ecf2363d9582aa311b804a379394cfb1ba4cd186848
Contents?: true
Size: 737 Bytes
Versions: 3
Compression:
Stored size: 737 Bytes
Contents
# Harmony::Service The Harmony Service gem simplifies creation of a Service in the Harmony Platform. ## Installation 1. Create a new Service via the Harmony platform 1. Download the code for your Service. 1. Run `bundle install` ## Usage In order to test your code locally you can run `bundle exec rspec`. Once you have completed development you can upload into the Harmony Platform. ## Development Your Service should respond to request messages appropriately. You can find the relevant mappings [here](https://github.com/HarmonyMobile/harmony-service/blob/master/lib/harmony/service/rpc_service.rb#L95). ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
harmony-service-0.3.2 | README.md |
harmony-service-0.3.1 | README.md |
harmony-service-0.3.0 | README.md |