commonlit-clever-ruby 2.1.4 → 2.1.6.beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/Gemfile.lock +46 -41
  4. data/Makefile +1 -1
  5. data/README.md +943 -11
  6. data/clever-ruby.gemspec +3 -10
  7. data/commonlit-clever-ruby-2.1.6.beta1.gem +0 -0
  8. data/docs/AdminName.md +0 -1
  9. data/docs/BadRequest.md +0 -1
  10. data/docs/Contact.md +0 -1
  11. data/docs/ContactObject.md +0 -1
  12. data/docs/ContactResponse.md +0 -1
  13. data/docs/ContactsCreated.md +0 -1
  14. data/docs/ContactsDeleted.md +0 -1
  15. data/docs/ContactsResponse.md +0 -1
  16. data/docs/ContactsUpdated.md +0 -1
  17. data/docs/Course.md +0 -1
  18. data/docs/CourseObject.md +0 -1
  19. data/docs/CourseResponse.md +0 -1
  20. data/docs/CoursesCreated.md +0 -1
  21. data/docs/CoursesDeleted.md +0 -1
  22. data/docs/CoursesResponse.md +0 -1
  23. data/docs/CoursesUpdated.md +0 -1
  24. data/docs/Credentials.md +0 -1
  25. data/docs/DataApi.md +1 -69
  26. data/docs/District.md +0 -1
  27. data/docs/DistrictAdmin.md +0 -1
  28. data/docs/DistrictAdminObject.md +0 -1
  29. data/docs/DistrictAdminResponse.md +0 -1
  30. data/docs/DistrictAdminsResponse.md +0 -1
  31. data/docs/DistrictObject.md +0 -1
  32. data/docs/DistrictResponse.md +0 -1
  33. data/docs/DistrictadminsCreated.md +0 -1
  34. data/docs/DistrictadminsDeleted.md +0 -1
  35. data/docs/DistrictadminsUpdated.md +0 -1
  36. data/docs/DistrictsCreated.md +0 -1
  37. data/docs/DistrictsDeleted.md +0 -1
  38. data/docs/DistrictsResponse.md +0 -1
  39. data/docs/DistrictsUpdated.md +0 -1
  40. data/docs/Event.md +0 -1
  41. data/docs/EventResponse.md +0 -1
  42. data/docs/EventsApi.md +0 -3
  43. data/docs/EventsResponse.md +0 -1
  44. data/docs/InternalError.md +0 -1
  45. data/docs/Link.md +0 -1
  46. data/docs/Location.md +0 -1
  47. data/docs/Name.md +0 -1
  48. data/docs/NotFound.md +0 -1
  49. data/docs/Principal.md +0 -1
  50. data/docs/School.md +0 -1
  51. data/docs/SchoolAdmin.md +0 -1
  52. data/docs/SchoolAdminObject.md +0 -1
  53. data/docs/SchoolAdminResponse.md +0 -1
  54. data/docs/SchoolAdminsResponse.md +0 -1
  55. data/docs/SchoolEnrollment.md +0 -1
  56. data/docs/SchoolObject.md +0 -1
  57. data/docs/SchoolResponse.md +0 -1
  58. data/docs/SchooladminsCreated.md +0 -1
  59. data/docs/SchooladminsDeleted.md +0 -1
  60. data/docs/SchooladminsUpdated.md +0 -1
  61. data/docs/SchoolsCreated.md +0 -1
  62. data/docs/SchoolsDeleted.md +0 -1
  63. data/docs/SchoolsResponse.md +0 -1
  64. data/docs/SchoolsUpdated.md +0 -1
  65. data/docs/Section.md +0 -1
  66. data/docs/SectionObject.md +0 -1
  67. data/docs/SectionResponse.md +0 -1
  68. data/docs/SectionsCreated.md +0 -1
  69. data/docs/SectionsDeleted.md +0 -1
  70. data/docs/SectionsResponse.md +0 -1
  71. data/docs/SectionsUpdated.md +0 -1
  72. data/docs/Student.md +0 -1
  73. data/docs/StudentObject.md +0 -1
  74. data/docs/StudentResponse.md +0 -1
  75. data/docs/StudentsCreated.md +0 -1
  76. data/docs/StudentsDeleted.md +0 -1
  77. data/docs/StudentsResponse.md +0 -1
  78. data/docs/StudentsUpdated.md +0 -1
  79. data/docs/Teacher.md +0 -1
  80. data/docs/TeacherObject.md +0 -1
  81. data/docs/TeacherResponse.md +0 -1
  82. data/docs/TeachersCreated.md +0 -1
  83. data/docs/TeachersDeleted.md +0 -1
  84. data/docs/TeachersResponse.md +0 -1
  85. data/docs/TeachersUpdated.md +0 -1
  86. data/docs/Term.md +0 -1
  87. data/docs/TermObject.md +0 -1
  88. data/docs/TermResponse.md +0 -1
  89. data/docs/TermsCreated.md +0 -1
  90. data/docs/TermsDeleted.md +0 -1
  91. data/docs/TermsResponse.md +0 -1
  92. data/docs/TermsUpdated.md +0 -1
  93. data/full-v2.yml +2541 -0
  94. data/lib/clever-ruby/api/data_api.rb +836 -635
  95. data/lib/clever-ruby/api/events_api.rb +23 -18
  96. data/lib/clever-ruby/api_client.rb +1 -0
  97. data/lib/clever-ruby/api_error.rb +21 -2
  98. data/lib/clever-ruby/configuration.rb +3 -7
  99. data/lib/clever-ruby/models/admin_name.rb +44 -20
  100. data/lib/clever-ruby/models/bad_request.rb +40 -18
  101. data/lib/clever-ruby/models/contact.rb +73 -45
  102. data/lib/clever-ruby/models/contact_object.rb +40 -18
  103. data/lib/clever-ruby/models/contact_response.rb +40 -18
  104. data/lib/clever-ruby/models/contacts_response.rb +42 -20
  105. data/lib/clever-ruby/models/course.rb +48 -24
  106. data/lib/clever-ruby/models/course_object.rb +40 -18
  107. data/lib/clever-ruby/models/course_response.rb +40 -18
  108. data/lib/clever-ruby/models/courses_response.rb +42 -20
  109. data/lib/clever-ruby/models/credentials.rb +40 -18
  110. data/lib/clever-ruby/models/district.rb +75 -47
  111. data/lib/clever-ruby/models/district_admin.rb +49 -26
  112. data/lib/clever-ruby/models/district_admin_object.rb +40 -18
  113. data/lib/clever-ruby/models/district_admin_response.rb +40 -18
  114. data/lib/clever-ruby/models/district_admins_response.rb +42 -20
  115. data/lib/clever-ruby/models/district_object.rb +40 -18
  116. data/lib/clever-ruby/models/district_response.rb +40 -18
  117. data/lib/clever-ruby/models/districts_response.rb +42 -20
  118. data/lib/clever-ruby/models/event.rb +49 -22
  119. data/lib/clever-ruby/models/event_response.rb +40 -18
  120. data/lib/clever-ruby/models/events_response.rb +42 -20
  121. data/lib/clever-ruby/models/internal_error.rb +40 -18
  122. data/lib/clever-ruby/models/link.rb +45 -23
  123. data/lib/clever-ruby/models/location.rb +56 -28
  124. data/lib/clever-ruby/models/name.rb +47 -22
  125. data/lib/clever-ruby/models/not_found.rb +40 -18
  126. data/lib/clever-ruby/models/principal.rb +44 -20
  127. data/lib/clever-ruby/models/school.rb +81 -53
  128. data/lib/clever-ruby/models/school_admin.rb +59 -35
  129. data/lib/clever-ruby/models/school_admin_object.rb +40 -18
  130. data/lib/clever-ruby/models/school_admin_response.rb +40 -18
  131. data/lib/clever-ruby/models/school_admins_response.rb +42 -20
  132. data/lib/clever-ruby/models/school_enrollment.rb +44 -22
  133. data/lib/clever-ruby/models/school_object.rb +40 -18
  134. data/lib/clever-ruby/models/school_response.rb +40 -18
  135. data/lib/clever-ruby/models/schools_response.rb +42 -20
  136. data/lib/clever-ruby/models/section.rb +84 -55
  137. data/lib/clever-ruby/models/section_object.rb +40 -18
  138. data/lib/clever-ruby/models/section_response.rb +40 -18
  139. data/lib/clever-ruby/models/sections_response.rb +42 -20
  140. data/lib/clever-ruby/models/student.rb +121 -100
  141. data/lib/clever-ruby/models/student_object.rb +40 -18
  142. data/lib/clever-ruby/models/student_response.rb +40 -18
  143. data/lib/clever-ruby/models/students_response.rb +42 -20
  144. data/lib/clever-ruby/models/teacher.rb +69 -43
  145. data/lib/clever-ruby/models/teacher_object.rb +40 -18
  146. data/lib/clever-ruby/models/teacher_response.rb +40 -18
  147. data/lib/clever-ruby/models/teachers_response.rb +42 -20
  148. data/lib/clever-ruby/models/term.rb +51 -26
  149. data/lib/clever-ruby/models/term_object.rb +40 -18
  150. data/lib/clever-ruby/models/term_response.rb +40 -18
  151. data/lib/clever-ruby/models/terms_response.rb +42 -20
  152. data/lib/clever-ruby/version.rb +2 -3
  153. data/lib/clever-ruby.rb +1 -2
  154. data/override/README-extension.md +4 -5
  155. data/override/api_client.rb +1 -0
  156. data/override/override.sh +7 -5
  157. data/spec/api/data_api_spec.rb +671 -0
  158. data/spec/api/events_api_spec.rb +61 -0
  159. data/spec/api_client_spec.rb +243 -0
  160. data/spec/spec_helper.rb +26 -18
  161. metadata +34 -150
  162. data/commonlit-clever-ruby-2.1.3.gem +0 -0
  163. data/spec/events.json +0 -227
  164. data/tags +0 -1681
data/clever-ruby.gemspec CHANGED
@@ -8,8 +8,7 @@
8
8
  OpenAPI spec version: 2.1.0
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
- Swagger Codegen version: 2.4.18
12
-
11
+ Swagger Codegen version: 3.0.51
13
12
  =end
14
13
 
15
14
  $:.push File.expand_path("../lib", __FILE__)
@@ -25,19 +24,13 @@ Gem::Specification.new do |s|
25
24
  s.summary = "Clever API Ruby Gem"
26
25
  s.description = "The Clever API"
27
26
  s.license = "Unlicense"
28
- s.required_ruby_version = ">= 2.1"
27
+ s.required_ruby_version = ">= 1.9"
28
+ s.add_runtime_dependency 'addressable', '~> 2.3', '>= 2.3.0'
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
- s.add_runtime_dependency 'addressable', '~> 2.3', '>= 2.3.0'
33
32
 
34
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
35
- s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
36
- s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
37
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
38
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
39
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
40
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
41
34
 
42
35
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
43
36
  s.test_files = `find spec/*`.split("\n")
data/docs/AdminName.md CHANGED
@@ -6,4 +6,3 @@ Name | Type | Description | Notes
6
6
  **first** | **String** | | [optional]
7
7
  **last** | **String** | | [optional]
8
8
 
9
-
data/docs/BadRequest.md CHANGED
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **message** | **String** | | [optional]
7
7
 
8
-
data/docs/Contact.md CHANGED
@@ -14,4 +14,3 @@ Name | Type | Description | Notes
14
14
  **students** | **Array<String>** | | [optional]
15
15
  **type** | **String** | | [optional]
16
16
 
17
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **object** | [**Contact**](Contact.md) | | [optional]
7
7
 
8
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **data** | [**Contact**](Contact.md) | | [optional]
7
7
 
8
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**ContactObject**](ContactObject.md) | | [optional]
10
10
 
11
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**ContactObject**](ContactObject.md) | | [optional]
10
10
 
11
-
@@ -6,4 +6,3 @@ Name | Type | Description | Notes
6
6
  **data** | [**Array<ContactResponse>**](ContactResponse.md) | | [optional]
7
7
  **links** | [**Array<Link>**](Link.md) | | [optional]
8
8
 
9
-
@@ -9,4 +9,3 @@ Name | Type | Description | Notes
9
9
  **data** | [**ContactObject**](ContactObject.md) | | [optional]
10
10
  **previous_attributes** | **Object** | | [optional]
11
11
 
12
-
data/docs/Course.md CHANGED
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **name** | **String** | | [optional]
9
9
  **number** | **String** | | [optional]
10
10
 
11
-
data/docs/CourseObject.md CHANGED
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **object** | [**Course**](Course.md) | | [optional]
7
7
 
8
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **data** | [**Course**](Course.md) | | [optional]
7
7
 
8
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**CourseObject**](CourseObject.md) | | [optional]
10
10
 
11
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**CourseObject**](CourseObject.md) | | [optional]
10
10
 
11
-
@@ -6,4 +6,3 @@ Name | Type | Description | Notes
6
6
  **data** | [**Array<CourseResponse>**](CourseResponse.md) | | [optional]
7
7
  **links** | [**Array<Link>**](Link.md) | | [optional]
8
8
 
9
-
@@ -9,4 +9,3 @@ Name | Type | Description | Notes
9
9
  **data** | [**CourseObject**](CourseObject.md) | | [optional]
10
10
  **previous_attributes** | **Object** | | [optional]
11
11
 
12
-
data/docs/Credentials.md CHANGED
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **district_username** | **String** | | [optional]
7
7
 
8
-
data/docs/DataApi.md CHANGED
@@ -56,7 +56,6 @@ Method | HTTP request | Description
56
56
  [**get_term_for_section**](DataApi.md#get_term_for_section) | **GET** /sections/{id}/term |
57
57
  [**get_terms**](DataApi.md#get_terms) | **GET** /terms |
58
58
 
59
-
60
59
  # **get_contact**
61
60
  > ContactResponse get_contact(id)
62
61
 
@@ -75,7 +74,6 @@ Clever.configure do |config|
75
74
  end
76
75
 
77
76
  api_instance = Clever::DataApi.new
78
-
79
77
  id = 'id_example' # String |
80
78
 
81
79
 
@@ -126,7 +124,6 @@ Clever.configure do |config|
126
124
  end
127
125
 
128
126
  api_instance = Clever::DataApi.new
129
-
130
127
  opts = {
131
128
  limit: 56, # Integer |
132
129
  starting_after: 'starting_after_example', # String |
@@ -184,9 +181,7 @@ Clever.configure do |config|
184
181
  end
185
182
 
186
183
  api_instance = Clever::DataApi.new
187
-
188
184
  id = 'id_example' # String |
189
-
190
185
  opts = {
191
186
  limit: 56, # Integer |
192
187
  starting_after: 'starting_after_example', # String |
@@ -243,7 +238,6 @@ Clever.configure do |config|
243
238
  end
244
239
 
245
240
  api_instance = Clever::DataApi.new
246
-
247
241
  id = 'id_example' # String |
248
242
 
249
243
 
@@ -294,7 +288,6 @@ Clever.configure do |config|
294
288
  end
295
289
 
296
290
  api_instance = Clever::DataApi.new
297
-
298
291
  id = 'id_example' # String |
299
292
 
300
293
 
@@ -345,7 +338,6 @@ Clever.configure do |config|
345
338
  end
346
339
 
347
340
  api_instance = Clever::DataApi.new
348
-
349
341
  opts = {
350
342
  limit: 56, # Integer |
351
343
  starting_after: 'starting_after_example', # String |
@@ -403,7 +395,6 @@ Clever.configure do |config|
403
395
  end
404
396
 
405
397
  api_instance = Clever::DataApi.new
406
-
407
398
  id = 'id_example' # String |
408
399
 
409
400
 
@@ -454,7 +445,6 @@ Clever.configure do |config|
454
445
  end
455
446
 
456
447
  api_instance = Clever::DataApi.new
457
-
458
448
  id = 'id_example' # String |
459
449
 
460
450
 
@@ -505,7 +495,6 @@ Clever.configure do |config|
505
495
  end
506
496
 
507
497
  api_instance = Clever::DataApi.new
508
-
509
498
  opts = {
510
499
  limit: 56, # Integer |
511
500
  starting_after: 'starting_after_example', # String |
@@ -563,7 +552,6 @@ Clever.configure do |config|
563
552
  end
564
553
 
565
554
  api_instance = Clever::DataApi.new
566
-
567
555
  id = 'id_example' # String |
568
556
 
569
557
 
@@ -614,7 +602,6 @@ Clever.configure do |config|
614
602
  end
615
603
 
616
604
  api_instance = Clever::DataApi.new
617
-
618
605
  id = 'id_example' # String |
619
606
 
620
607
 
@@ -665,7 +652,6 @@ Clever.configure do |config|
665
652
  end
666
653
 
667
654
  api_instance = Clever::DataApi.new
668
-
669
655
  id = 'id_example' # String |
670
656
 
671
657
 
@@ -716,7 +702,6 @@ Clever.configure do |config|
716
702
  end
717
703
 
718
704
  api_instance = Clever::DataApi.new
719
-
720
705
  id = 'id_example' # String |
721
706
 
722
707
 
@@ -767,7 +752,6 @@ Clever.configure do |config|
767
752
  end
768
753
 
769
754
  api_instance = Clever::DataApi.new
770
-
771
755
  id = 'id_example' # String |
772
756
 
773
757
 
@@ -818,7 +802,6 @@ Clever.configure do |config|
818
802
  end
819
803
 
820
804
  api_instance = Clever::DataApi.new
821
-
822
805
  id = 'id_example' # String |
823
806
 
824
807
 
@@ -869,7 +852,6 @@ Clever.configure do |config|
869
852
  end
870
853
 
871
854
  api_instance = Clever::DataApi.new
872
-
873
855
  id = 'id_example' # String |
874
856
 
875
857
 
@@ -920,7 +902,6 @@ Clever.configure do |config|
920
902
  end
921
903
 
922
904
  api_instance = Clever::DataApi.new
923
-
924
905
  id = 'id_example' # String |
925
906
 
926
907
 
@@ -971,7 +952,6 @@ Clever.configure do |config|
971
952
  end
972
953
 
973
954
  api_instance = Clever::DataApi.new
974
-
975
955
  id = 'id_example' # String |
976
956
 
977
957
 
@@ -1009,7 +989,7 @@ Name | Type | Description | Notes
1009
989
 
1010
990
 
1011
991
 
1012
- Returns a list of districts
992
+ Returns a list of districts. In practice this will only return the one district associated with the bearer token
1013
993
 
1014
994
  ### Example
1015
995
  ```ruby
@@ -1022,7 +1002,6 @@ Clever.configure do |config|
1022
1002
  end
1023
1003
 
1024
1004
  api_instance = Clever::DataApi.new
1025
-
1026
1005
  opts = {
1027
1006
  count: 'count_example' # String |
1028
1007
  }
@@ -1074,7 +1053,6 @@ Clever.configure do |config|
1074
1053
  end
1075
1054
 
1076
1055
  api_instance = Clever::DataApi.new
1077
-
1078
1056
  id = 'id_example' # String |
1079
1057
 
1080
1058
 
@@ -1125,7 +1103,6 @@ Clever.configure do |config|
1125
1103
  end
1126
1104
 
1127
1105
  api_instance = Clever::DataApi.new
1128
-
1129
1106
  id = 'id_example' # String |
1130
1107
 
1131
1108
 
@@ -1176,7 +1153,6 @@ Clever.configure do |config|
1176
1153
  end
1177
1154
 
1178
1155
  api_instance = Clever::DataApi.new
1179
-
1180
1156
  opts = {
1181
1157
  limit: 56, # Integer |
1182
1158
  starting_after: 'starting_after_example', # String |
@@ -1234,7 +1210,6 @@ Clever.configure do |config|
1234
1210
  end
1235
1211
 
1236
1212
  api_instance = Clever::DataApi.new
1237
-
1238
1213
  id = 'id_example' # String |
1239
1214
 
1240
1215
 
@@ -1285,7 +1260,6 @@ Clever.configure do |config|
1285
1260
  end
1286
1261
 
1287
1262
  api_instance = Clever::DataApi.new
1288
-
1289
1263
  id = 'id_example' # String |
1290
1264
 
1291
1265
 
@@ -1336,7 +1310,6 @@ Clever.configure do |config|
1336
1310
  end
1337
1311
 
1338
1312
  api_instance = Clever::DataApi.new
1339
-
1340
1313
  id = 'id_example' # String |
1341
1314
 
1342
1315
 
@@ -1387,7 +1360,6 @@ Clever.configure do |config|
1387
1360
  end
1388
1361
 
1389
1362
  api_instance = Clever::DataApi.new
1390
-
1391
1363
  opts = {
1392
1364
  limit: 56, # Integer |
1393
1365
  starting_after: 'starting_after_example', # String |
@@ -1445,9 +1417,7 @@ Clever.configure do |config|
1445
1417
  end
1446
1418
 
1447
1419
  api_instance = Clever::DataApi.new
1448
-
1449
1420
  id = 'id_example' # String |
1450
-
1451
1421
  opts = {
1452
1422
  limit: 56, # Integer |
1453
1423
  starting_after: 'starting_after_example', # String |
@@ -1504,9 +1474,7 @@ Clever.configure do |config|
1504
1474
  end
1505
1475
 
1506
1476
  api_instance = Clever::DataApi.new
1507
-
1508
1477
  id = 'id_example' # String |
1509
-
1510
1478
  opts = {
1511
1479
  limit: 56, # Integer |
1512
1480
  starting_after: 'starting_after_example', # String |
@@ -1563,9 +1531,7 @@ Clever.configure do |config|
1563
1531
  end
1564
1532
 
1565
1533
  api_instance = Clever::DataApi.new
1566
-
1567
1534
  id = 'id_example' # String |
1568
-
1569
1535
  opts = {
1570
1536
  limit: 56, # Integer |
1571
1537
  starting_after: 'starting_after_example', # String |
@@ -1622,7 +1588,6 @@ Clever.configure do |config|
1622
1588
  end
1623
1589
 
1624
1590
  api_instance = Clever::DataApi.new
1625
-
1626
1591
  id = 'id_example' # String |
1627
1592
 
1628
1593
 
@@ -1673,7 +1638,6 @@ Clever.configure do |config|
1673
1638
  end
1674
1639
 
1675
1640
  api_instance = Clever::DataApi.new
1676
-
1677
1641
  opts = {
1678
1642
  limit: 56, # Integer |
1679
1643
  starting_after: 'starting_after_example', # String |
@@ -1731,9 +1695,7 @@ Clever.configure do |config|
1731
1695
  end
1732
1696
 
1733
1697
  api_instance = Clever::DataApi.new
1734
-
1735
1698
  id = 'id_example' # String |
1736
-
1737
1699
  opts = {
1738
1700
  limit: 56, # Integer |
1739
1701
  starting_after: 'starting_after_example', # String |
@@ -1790,9 +1752,7 @@ Clever.configure do |config|
1790
1752
  end
1791
1753
 
1792
1754
  api_instance = Clever::DataApi.new
1793
-
1794
1755
  id = 'id_example' # String |
1795
-
1796
1756
  opts = {
1797
1757
  limit: 56, # Integer |
1798
1758
  starting_after: 'starting_after_example', # String |
@@ -1849,9 +1809,7 @@ Clever.configure do |config|
1849
1809
  end
1850
1810
 
1851
1811
  api_instance = Clever::DataApi.new
1852
-
1853
1812
  id = 'id_example' # String |
1854
-
1855
1813
  opts = {
1856
1814
  limit: 56, # Integer |
1857
1815
  starting_after: 'starting_after_example', # String |
@@ -1908,9 +1866,7 @@ Clever.configure do |config|
1908
1866
  end
1909
1867
 
1910
1868
  api_instance = Clever::DataApi.new
1911
-
1912
1869
  id = 'id_example' # String |
1913
-
1914
1870
  opts = {
1915
1871
  limit: 56, # Integer |
1916
1872
  starting_after: 'starting_after_example', # String |
@@ -1967,9 +1923,7 @@ Clever.configure do |config|
1967
1923
  end
1968
1924
 
1969
1925
  api_instance = Clever::DataApi.new
1970
-
1971
1926
  id = 'id_example' # String |
1972
-
1973
1927
  opts = {
1974
1928
  limit: 56, # Integer |
1975
1929
  starting_after: 'starting_after_example', # String |
@@ -2026,7 +1980,6 @@ Clever.configure do |config|
2026
1980
  end
2027
1981
 
2028
1982
  api_instance = Clever::DataApi.new
2029
-
2030
1983
  id = 'id_example' # String |
2031
1984
 
2032
1985
 
@@ -2077,7 +2030,6 @@ Clever.configure do |config|
2077
2030
  end
2078
2031
 
2079
2032
  api_instance = Clever::DataApi.new
2080
-
2081
2033
  opts = {
2082
2034
  limit: 56, # Integer |
2083
2035
  starting_after: 'starting_after_example', # String |
@@ -2135,9 +2087,7 @@ Clever.configure do |config|
2135
2087
  end
2136
2088
 
2137
2089
  api_instance = Clever::DataApi.new
2138
-
2139
2090
  id = 'id_example' # String |
2140
-
2141
2091
  opts = {
2142
2092
  limit: 56, # Integer |
2143
2093
  starting_after: 'starting_after_example', # String |
@@ -2194,9 +2144,7 @@ Clever.configure do |config|
2194
2144
  end
2195
2145
 
2196
2146
  api_instance = Clever::DataApi.new
2197
-
2198
2147
  id = 'id_example' # String |
2199
-
2200
2148
  opts = {
2201
2149
  limit: 56, # Integer |
2202
2150
  starting_after: 'starting_after_example', # String |
@@ -2253,9 +2201,7 @@ Clever.configure do |config|
2253
2201
  end
2254
2202
 
2255
2203
  api_instance = Clever::DataApi.new
2256
-
2257
2204
  id = 'id_example' # String |
2258
-
2259
2205
  opts = {
2260
2206
  limit: 56, # Integer |
2261
2207
  starting_after: 'starting_after_example', # String |
@@ -2312,9 +2258,7 @@ Clever.configure do |config|
2312
2258
  end
2313
2259
 
2314
2260
  api_instance = Clever::DataApi.new
2315
-
2316
2261
  id = 'id_example' # String |
2317
-
2318
2262
  opts = {
2319
2263
  limit: 56, # Integer |
2320
2264
  starting_after: 'starting_after_example', # String |
@@ -2371,7 +2315,6 @@ Clever.configure do |config|
2371
2315
  end
2372
2316
 
2373
2317
  api_instance = Clever::DataApi.new
2374
-
2375
2318
  id = 'id_example' # String |
2376
2319
 
2377
2320
 
@@ -2422,7 +2365,6 @@ Clever.configure do |config|
2422
2365
  end
2423
2366
 
2424
2367
  api_instance = Clever::DataApi.new
2425
-
2426
2368
  id = 'id_example' # String |
2427
2369
 
2428
2370
 
@@ -2473,7 +2415,6 @@ Clever.configure do |config|
2473
2415
  end
2474
2416
 
2475
2417
  api_instance = Clever::DataApi.new
2476
-
2477
2418
  opts = {
2478
2419
  limit: 56, # Integer |
2479
2420
  starting_after: 'starting_after_example', # String |
@@ -2531,9 +2472,7 @@ Clever.configure do |config|
2531
2472
  end
2532
2473
 
2533
2474
  api_instance = Clever::DataApi.new
2534
-
2535
2475
  id = 'id_example' # String |
2536
-
2537
2476
  opts = {
2538
2477
  limit: 56, # Integer |
2539
2478
  starting_after: 'starting_after_example', # String |
@@ -2590,9 +2529,7 @@ Clever.configure do |config|
2590
2529
  end
2591
2530
 
2592
2531
  api_instance = Clever::DataApi.new
2593
-
2594
2532
  id = 'id_example' # String |
2595
-
2596
2533
  opts = {
2597
2534
  limit: 56, # Integer |
2598
2535
  starting_after: 'starting_after_example', # String |
@@ -2649,9 +2586,7 @@ Clever.configure do |config|
2649
2586
  end
2650
2587
 
2651
2588
  api_instance = Clever::DataApi.new
2652
-
2653
2589
  id = 'id_example' # String |
2654
-
2655
2590
  opts = {
2656
2591
  limit: 56, # Integer |
2657
2592
  starting_after: 'starting_after_example', # String |
@@ -2708,7 +2643,6 @@ Clever.configure do |config|
2708
2643
  end
2709
2644
 
2710
2645
  api_instance = Clever::DataApi.new
2711
-
2712
2646
  id = 'id_example' # String |
2713
2647
 
2714
2648
 
@@ -2759,7 +2693,6 @@ Clever.configure do |config|
2759
2693
  end
2760
2694
 
2761
2695
  api_instance = Clever::DataApi.new
2762
-
2763
2696
  id = 'id_example' # String |
2764
2697
 
2765
2698
 
@@ -2810,7 +2743,6 @@ Clever.configure do |config|
2810
2743
  end
2811
2744
 
2812
2745
  api_instance = Clever::DataApi.new
2813
-
2814
2746
  opts = {
2815
2747
  limit: 56, # Integer |
2816
2748
  starting_after: 'starting_after_example', # String |
data/docs/District.md CHANGED
@@ -18,4 +18,3 @@ Name | Type | Description | Notes
18
18
  **sis_type** | **String** | | [optional]
19
19
  **state** | **String** | | [optional]
20
20
 
21
-
@@ -9,4 +9,3 @@ Name | Type | Description | Notes
9
9
  **name** | [**AdminName**](AdminName.md) | | [optional]
10
10
  **title** | **String** | | [optional]
11
11
 
12
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **object** | [**DistrictAdmin**](DistrictAdmin.md) | | [optional]
7
7
 
8
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **data** | [**DistrictAdmin**](DistrictAdmin.md) | | [optional]
7
7
 
8
-
@@ -6,4 +6,3 @@ Name | Type | Description | Notes
6
6
  **data** | [**Array<DistrictAdminResponse>**](DistrictAdminResponse.md) | | [optional]
7
7
  **links** | [**Array<Link>**](Link.md) | | [optional]
8
8
 
9
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **object** | [**District**](District.md) | | [optional]
7
7
 
8
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **data** | [**District**](District.md) | | [optional]
7
7
 
8
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**DistrictAdminObject**](DistrictAdminObject.md) | | [optional]
10
10
 
11
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**DistrictAdminObject**](DistrictAdminObject.md) | | [optional]
10
10
 
11
-
@@ -9,4 +9,3 @@ Name | Type | Description | Notes
9
9
  **data** | [**DistrictAdminObject**](DistrictAdminObject.md) | | [optional]
10
10
  **previous_attributes** | **Object** | | [optional]
11
11
 
12
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**DistrictObject**](DistrictObject.md) | | [optional]
10
10
 
11
-
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
8
8
  **type** | **String** | |
9
9
  **data** | [**DistrictObject**](DistrictObject.md) | | [optional]
10
10
 
11
-
@@ -6,4 +6,3 @@ Name | Type | Description | Notes
6
6
  **data** | [**Array<DistrictResponse>**](DistrictResponse.md) | | [optional]
7
7
  **links** | [**Array<Link>**](Link.md) | | [optional]
8
8
 
9
-
@@ -9,4 +9,3 @@ Name | Type | Description | Notes
9
9
  **data** | [**DistrictObject**](DistrictObject.md) | | [optional]
10
10
  **previous_attributes** | **Object** | | [optional]
11
11
 
12
-
data/docs/Event.md CHANGED
@@ -7,4 +7,3 @@ Name | Type | Description | Notes
7
7
  **id** | **String** | | [optional]
8
8
  **type** | **String** | |
9
9
 
10
-
@@ -5,4 +5,3 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **data** | [**Event**](Event.md) | | [optional]
7
7
 
8
-