Sha256: 0232597da29a763179d197b216c8374d329f253c345ccd85f94dec3f97ac650b

Contents?: true

Size: 562 Bytes

Versions: 5

Compression:

Stored size: 562 Bytes

Contents

# Ragoon

Ragoon is simple Garoon 3 API Client.

- https://cybozudev.zendesk.com/hc/ja/categories/200157760-Garoon-API

## Usage

```
service = Ragoon::Services::Schedule.new
events = service.schedule_get_event

=> [
  {:title=>"予定あり", :period=>"13:00〜14:00", :facility=>""},
  {:title=>"セクションMTG", :period=>"15:00〜15:30", :facility=>["会議室"]},
  {:title=>"予定あり", :period=>"終日", :facility=>""}
]

```
## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ragoon-0.2.1 README.md
ragoon-0.2.0 README.md
ragoon-0.1.2 README.md
ragoon-0.1.1 README.md
ragoon-0.1.0 README.md