https://github.com/sleede/openlab-projects-ruby
ruby API wrapper to consume json API of Openlab-Projects
https://github.com/sleede/openlab-projects-ruby
Last synced: 3 months ago
JSON representation
ruby API wrapper to consume json API of Openlab-Projects
- Host: GitHub
- URL: https://github.com/sleede/openlab-projects-ruby
- Owner: sleede
- License: mit
- Created: 2016-04-20T14:32:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:50:44.000Z (7 months ago)
- Last Synced: 2025-02-19T13:13:58.308Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
This is a ruby gem wrapping around the [OpenLab-Projects](https://github.com/sleede/openlab-projects/) API.
To use OpenLab-Projects for your Fab-manager, please refer to the [Fab-manager documentation](https://github.com/sleede/fab-manager/blob/master/README.md#open-projects).
To use this gem in your ruby project, run `gem install openlab_ruby`, or add the following line in your `Gemfile`:
```
gem 'openlab_ruby'
```To run the tests :
```
rake
```