https://github.com/megamsys/megam_scmmanager.rb
Ruby client for scm-manager.org.
https://github.com/megamsys/megam_scmmanager.rb
Last synced: about 1 month ago
JSON representation
Ruby client for scm-manager.org.
- Host: GitHub
- URL: https://github.com/megamsys/megam_scmmanager.rb
- Owner: megamsys
- License: apache-2.0
- Created: 2014-02-25T05:15:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T14:34:50.000Z (over 11 years ago)
- Last Synced: 2025-03-04T12:28:40.248Z (7 months ago)
- Language: Ruby
- Size: 175 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scm manager Ruby Client
==================The scm manager ruby cleint which is used to interact with the scm-manager.org
Launching soon. For early access [register at:](http://www.megam.co)
Usage
-----Start by creating a connection to Megam with your credentials:
require 'megam_scm_api'
megam = Megam::Scm.new
Now you can make requests to the api.
Requests
--------# License
| | |
|:---------------------|:-----------------------------------------|
| **Author:** | Raj Thilak ()
| | Kishorekumar Neelamegam ()
| | Thomas Alrin ()
| **Copyright:** | Copyright (c) 2012-2013 Megam Systems.
| **License:** | Apache License, Version 2.0Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.