Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertyw/apple_class_client
Gem for interacting with Apple MDM's class rosters
https://github.com/albertyw/apple_class_client
apple apple-classroom apple-mdm cellabus roster
Last synced: 18 days ago
JSON representation
Gem for interacting with Apple MDM's class rosters
- Host: GitHub
- URL: https://github.com/albertyw/apple_class_client
- Owner: albertyw
- Created: 2016-05-15T20:46:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T17:59:05.000Z (over 3 years ago)
- Last Synced: 2024-04-24T20:27:49.385Z (8 months ago)
- Topics: apple, apple-classroom, apple-mdm, cellabus, roster
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AppleClassClient
[![Build Status](https://drone.albertyw.com/api/badges/albertyw/apple_class_client/status.svg)](https://drone.albertyw.com/albertyw/apple_class_client)
[![Code Climate](https://codeclimate.com/github/albertyw/apple_class_client/badges/gpa.svg)](https://codeclimate.com/github/albertyw/apple_class_client)
[![Dependency Status](https://img.shields.io/librariesio/release/rubygems/apple_class_client.svg)](https://libraries.io/rubygems/apple_class_client)This is a client for accessing Apple MDM's class, person, location, and course rosters.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'apple_class_client'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install apple_class_client
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/albertyw/apple_class_client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.