Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update to have data and events api as separate objects
Browse files Browse the repository at this point in the history
  • Loading branch information
kvigen committed Apr 5, 2017
1 parent 8b01ca0 commit abfc2ee
Show file tree
Hide file tree
Showing 234 changed files with 1,484 additions and 6,028 deletions.
230 changes: 115 additions & 115 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clever-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require "clever-api/version"

Gem::Specification.new do |s|
s.name = "clever-api"
s.version = CleverAPI::VERSION
s.version = Clever::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Swagger-Codegen"]
s.email = [""]
Expand Down
2 changes: 1 addition & 1 deletion docs/BadRequest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::BadRequest
# Clever::BadRequest

## Properties
Name | Type | Description | Notes
Expand Down
798 changes: 191 additions & 607 deletions docs/DefaultApi.md → docs/DataApi.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/District.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::District
# Clever::District

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictAdmin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictAdmin
# Clever::DistrictAdmin

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictAdminResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictAdminResponse
# Clever::DistrictAdminResponse

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictAdminsResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictAdminsResponse
# Clever::DistrictAdminsResponse

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictObject.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictObject
# Clever::DistrictObject

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictResponse
# Clever::DistrictResponse

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictStatus.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictStatus
# Clever::DistrictStatus

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictStatusResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictStatusResponse
# Clever::DistrictStatusResponse

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictsCreated.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictsCreated
# Clever::DistrictsCreated

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictsDeleted.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictsDeleted
# Clever::DistrictsDeleted

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictsResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictsResponse
# Clever::DistrictsResponse

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DistrictsUpdated.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::DistrictsUpdated
# Clever::DistrictsUpdated

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/Event.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::Event
# Clever::Event

## Properties
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/EventResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CleverAPI::EventResponse
# Clever::EventResponse

## Properties
Name | Type | Description | Notes
Expand Down
Loading

0 comments on commit abfc2ee

Please sign in to comment.