GithubHelp home page GithubHelp logo

jedspurg / clever-ruby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clever/clever-ruby

0.0 1.0 0.0 2.23 MB

Clever Ruby library

License: Apache License 2.0

Ruby 99.64% Makefile 0.02% Shell 0.34%

clever-ruby's Introduction

clever-ruby

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.0.0
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build clever-ruby.gemspec

Then either install the gem locally:

gem install ./clever-ruby-1.0.0.gem

(for development, run gem install --dev ./clever-ruby-1.0.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.0.0'

Install from Git

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

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

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

Documentation for API Endpoints

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

Documentation for Models

Documentation for Authorization

oauth

Previous Versions

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

Updating the Library

  1. Git clone swagger-codegen (https://github.com/swagger-api/swagger-codegen)

  2. Git clone Clever's swagger-api repo (https://github.com/Clever/swagger-api)

  3. 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
  1. Run make build to copy over the override files

Publishing

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>

  1. Update CHANGELOG.md
  2. gem build clever-ruby.gemspec
  3. gem push clever-ruby-X.Y.Z.gem

clever-ruby's People

Contributors

aashay avatar azylman avatar brauliomartinezlm avatar carols10cents avatar dccarroll avatar eighnjel avatar gglin avatar jefff avatar joelmccracken avatar kvigen avatar mandabrown avatar marcellosachs avatar meliaj avatar mohit avatar nathanleiby avatar osdiab avatar rgarcia avatar srobbibaro avatar thejefe avatar veraticus avatar whoisjake avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.