Clever - the Ruby gem for the Clever API
The Clever API
This SDK is automatically generated by the Swagger Codegen project:
- API version: 1.2.0
- Package version: 1.2.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
To build the Ruby code into a gem:
gem build clever-ruby.gemspec
Then either install the gem locally:
gem install ./clever-ruby-1.2.0.gem
(for development, run gem install --dev ./clever-ruby-1.2.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'clever-ruby', '~> 1.2.0'
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'clever-ruby', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Please follow the installation procedure and then run the following code:
# Load the gem
require 'clever-ruby'
# Setup authorization
Clever.configure do |config|
# Configure OAuth2 access token for authorization: oauth
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = Clever::DataApi.new
id = "id_example" # String |
begin
result = api_instance.get_contact(id)
p result
rescue Clever::ApiError => e
puts "Exception when calling DataApi->get_contact: #{e}"
end
All URIs are relative to https://api.clever.com/v1.2
Class | Method | HTTP request | Description |
---|---|---|---|
Clever::DataApi | get_contact | GET /contacts/{id} | |
Clever::DataApi | get_contacts | GET /contacts | |
Clever::DataApi | get_contacts_for_student | GET /students/{id}/contacts | |
Clever::DataApi | get_district | GET /districts/{id} | |
Clever::DataApi | get_district_admin | GET /district_admins/{id} | |
Clever::DataApi | get_district_admins | GET /district_admins | |
Clever::DataApi | get_district_for_school | GET /schools/{id}/district | |
Clever::DataApi | get_district_for_section | GET /sections/{id}/district | |
Clever::DataApi | get_district_for_student | GET /students/{id}/district | |
Clever::DataApi | get_district_for_student_contact | GET /contacts/{id}/district | |
Clever::DataApi | get_district_for_teacher | GET /teachers/{id}/district | |
Clever::DataApi | get_district_status | GET /districts/{id}/status | |
Clever::DataApi | get_districts | GET /districts | |
Clever::DataApi | get_grade_levels_for_teacher | GET /teachers/{id}/grade_levels | |
Clever::DataApi | get_school | GET /schools/{id} | |
Clever::DataApi | get_school_admin | GET /school_admins/{id} | |
Clever::DataApi | get_school_admins | GET /school_admins | |
Clever::DataApi | get_school_for_section | GET /sections/{id}/school | |
Clever::DataApi | get_school_for_student | GET /students/{id}/school | |
Clever::DataApi | get_school_for_teacher | GET /teachers/{id}/school | |
Clever::DataApi | get_schools | GET /schools | |
Clever::DataApi | get_schools_for_school_admin | GET /school_admins/{id}/schools | |
Clever::DataApi | get_section | GET /sections/{id} | |
Clever::DataApi | get_sections | GET /sections | |
Clever::DataApi | get_sections_for_school | GET /schools/{id}/sections | |
Clever::DataApi | get_sections_for_student | GET /students/{id}/sections | |
Clever::DataApi | get_sections_for_teacher | GET /teachers/{id}/sections | |
Clever::DataApi | get_student | GET /students/{id} | |
Clever::DataApi | get_student_for_contact | GET /contacts/{id}/student | |
Clever::DataApi | get_students | GET /students | |
Clever::DataApi | get_students_for_school | GET /schools/{id}/students | |
Clever::DataApi | get_students_for_section | GET /sections/{id}/students | |
Clever::DataApi | get_students_for_teacher | GET /teachers/{id}/students | |
Clever::DataApi | get_teacher | GET /teachers/{id} | |
Clever::DataApi | get_teacher_for_section | GET /sections/{id}/teacher | |
Clever::DataApi | get_teachers | GET /teachers | |
Clever::DataApi | get_teachers_for_school | GET /schools/{id}/teachers | |
Clever::DataApi | get_teachers_for_section | GET /sections/{id}/teachers | |
Clever::DataApi | get_teachers_for_student | GET /students/{id}/teachers | |
Clever::EventsApi | get_event | GET /events/{id} | |
Clever::EventsApi | get_events | GET /events | |
Clever::EventsApi | get_events_for_school | GET /schools/{id}/events | |
Clever::EventsApi | get_events_for_school_admin | GET /school_admins/{id}/events | |
Clever::EventsApi | get_events_for_section | GET /sections/{id}/events | |
Clever::EventsApi | get_events_for_student | GET /students/{id}/events | |
Clever::EventsApi | get_events_for_teacher | GET /teachers/{id}/events |
- Clever::BadRequest
- Clever::Credentials
- Clever::District
- Clever::DistrictAdmin
- Clever::DistrictAdminResponse
- Clever::DistrictAdminsResponse
- Clever::DistrictObject
- Clever::DistrictResponse
- Clever::DistrictStatus
- Clever::DistrictStatusResponse
- Clever::DistrictStatusResponses
- Clever::DistrictsResponse
- Clever::Event
- Clever::EventResponse
- Clever::EventsResponse
- Clever::GradeLevelsResponse
- Clever::InternalError
- Clever::Location
- Clever::Name
- Clever::NotFound
- Clever::Principal
- Clever::School
- Clever::SchoolAdmin
- Clever::SchoolAdminObject
- Clever::SchoolAdminResponse
- Clever::SchoolAdminsResponse
- Clever::SchoolObject
- Clever::SchoolResponse
- Clever::SchoolsResponse
- Clever::Section
- Clever::SectionObject
- Clever::SectionResponse
- Clever::SectionsResponse
- Clever::Student
- Clever::StudentContact
- Clever::StudentContactObject
- Clever::StudentContactResponse
- Clever::StudentContactsForStudentResponse
- Clever::StudentContactsResponse
- Clever::StudentObject
- Clever::StudentResponse
- Clever::StudentsResponse
- Clever::Teacher
- Clever::TeacherObject
- Clever::TeacherResponse
- Clever::TeachersResponse
- Clever::Term
- Clever::DistrictsCreated
- Clever::DistrictsDeleted
- Clever::DistrictsUpdated
- Clever::SchooladminsCreated
- Clever::SchooladminsDeleted
- Clever::SchooladminsUpdated
- Clever::SchoolsCreated
- Clever::SchoolsDeleted
- Clever::SchoolsUpdated
- Clever::SectionsCreated
- Clever::SectionsDeleted
- Clever::SectionsUpdated
- Clever::StudentcontactsCreated
- Clever::StudentcontactsDeleted
- Clever::StudentcontactsUpdated
- Clever::StudentsCreated
- Clever::StudentsDeleted
- Clever::StudentsUpdated
- Clever::TeachersCreated
- Clever::TeachersDeleted
- Clever::TeachersUpdated
- Type: OAuth
- Flow: accessCode
- Authorization URL: https://clever.com/oauth/authorize
- Scopes: N/A
The current client support v1.2 of the API. For v1.1 please use:
https://rubygems.org/gems/clever-ruby/versions/0.14.0 https://github.com/Clever/clever-ruby/tree/0.14
-
Git clone swagger-codegen (https://github.com/swagger-api/swagger-codegen)
-
Git clone Clever's swagger-api repo (https://github.com/Clever/swagger-api)
-
Run this command in the swagger-codegen repo
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i $PATH_TO_SWAGGER_API_REPO/v1.2-client.yml -c $PATH_TO_THIS_REPO/override/config.json -l ruby -o $PATH_TO_THIS_REPO
- Run
make build
to copy over the override files
Signup to rubygems.org if you don't already have an account, and ask one of the gem owners to add you as an owner. You'll be prompted to log in from the command line when you push the gem, if you aren't already logged in.
To add a new owner, you need to be an owner, then run this command: gem owner clever-ruby -a <emailaddress>
- Update
CHANGELOG.md
gem build clever-ruby.gemspec
gem push clever-ruby-X.Y.Z.gem