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

Commit abfc2ee

Browse files
committed
Update to have data and events api as separate objects
1 parent 8b01ca0 commit abfc2ee

File tree

234 files changed

+1484
-6028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+1484
-6028
lines changed

README.md

+115-115
Large diffs are not rendered by default.

clever-api.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require "clever-api/version"
1616

1717
Gem::Specification.new do |s|
1818
s.name = "clever-api"
19-
s.version = CleverAPI::VERSION
19+
s.version = Clever::VERSION
2020
s.platform = Gem::Platform::RUBY
2121
s.authors = ["Swagger-Codegen"]
2222
s.email = [""]

docs/BadRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::BadRequest
1+
# Clever::BadRequest
22

33
## Properties
44
Name | Type | Description | Notes

docs/DefaultApi.md renamed to docs/DataApi.md

+191-607
Large diffs are not rendered by default.

docs/District.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::District
1+
# Clever::District
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictAdmin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictAdmin
1+
# Clever::DistrictAdmin
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictAdminResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictAdminResponse
1+
# Clever::DistrictAdminResponse
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictAdminsResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictAdminsResponse
1+
# Clever::DistrictAdminsResponse
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictObject.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictObject
1+
# Clever::DistrictObject
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictResponse
1+
# Clever::DistrictResponse
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictStatus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictStatus
1+
# Clever::DistrictStatus
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictStatusResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictStatusResponse
1+
# Clever::DistrictStatusResponse
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictsCreated.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictsCreated
1+
# Clever::DistrictsCreated
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictsDeleted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictsDeleted
1+
# Clever::DistrictsDeleted
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictsResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictsResponse
1+
# Clever::DistrictsResponse
22

33
## Properties
44
Name | Type | Description | Notes

docs/DistrictsUpdated.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::DistrictsUpdated
1+
# Clever::DistrictsUpdated
22

33
## Properties
44
Name | Type | Description | Notes

docs/Event.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::Event
1+
# Clever::Event
22

33
## Properties
44
Name | Type | Description | Notes

docs/EventResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CleverAPI::EventResponse
1+
# Clever::EventResponse
22

33
## Properties
44
Name | Type | Description | Notes

0 commit comments

Comments
 (0)