bt_test 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +187 -0
  4. data/Rakefile +10 -0
  5. data/bt_test.gemspec +38 -0
  6. data/docs/CreateGoalRequest.md +18 -0
  7. data/docs/CreateProjectRequest.md +26 -0
  8. data/docs/CreateProjectsTagRequest.md +18 -0
  9. data/docs/CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest.md +20 -0
  10. data/docs/CreateTeamRequest.md +20 -0
  11. data/docs/CreateWebhooksOutgoingEndpointRequest.md +22 -0
  12. data/docs/Goal.md +18 -0
  13. data/docs/GoalData.md +24 -0
  14. data/docs/GoalDataAttributes.md +24 -0
  15. data/docs/GoalDataRelationships.md +18 -0
  16. data/docs/Me.md +18 -0
  17. data/docs/MeData.md +24 -0
  18. data/docs/MeDataAttributes.md +38 -0
  19. data/docs/MeDataRelationships.md +20 -0
  20. data/docs/PlatformApi.md +2834 -0
  21. data/docs/Project.md +18 -0
  22. data/docs/ProjectData.md +24 -0
  23. data/docs/ProjectDataAttributes.md +24 -0
  24. data/docs/ProjectDataRelationships.md +26 -0
  25. data/docs/ProjectDataRelationshipsTags.md +18 -0
  26. data/docs/ProjectsTag.md +18 -0
  27. data/docs/ProjectsTagData.md +24 -0
  28. data/docs/ProjectsTagDataAttributes.md +22 -0
  29. data/docs/ProjectsTagDataRelationships.md +20 -0
  30. data/docs/ProjectsTagDataRelationshipsTeam.md +18 -0
  31. data/docs/ProjectsTagDataRelationshipsTeamData.md +20 -0
  32. data/docs/ScaffoldingAbsolutelyAbstractCreativeConcept.md +18 -0
  33. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptData.md +24 -0
  34. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes.md +28 -0
  35. data/docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships.md +20 -0
  36. data/docs/ScaffoldingCompletelyConcreteTangibleThing.md +18 -0
  37. data/docs/ScaffoldingCompletelyConcreteTangibleThingData.md +24 -0
  38. data/docs/ScaffoldingCompletelyConcreteTangibleThingDataAttributes.md +46 -0
  39. data/docs/ScaffoldingCompletelyConcreteTangibleThingDataRelationships.md +18 -0
  40. data/docs/Team.md +18 -0
  41. data/docs/TeamData.md +24 -0
  42. data/docs/TeamDataAttributes.md +28 -0
  43. data/docs/TeamDataRelationships.md +18 -0
  44. data/docs/UpdateScaffoldingCompletelyConcreteTangibleThingRequest.md +46 -0
  45. data/docs/WebhooksOutgoingDelivery.md +18 -0
  46. data/docs/WebhooksOutgoingDeliveryAttempt.md +18 -0
  47. data/docs/WebhooksOutgoingDeliveryAttemptData.md +24 -0
  48. data/docs/WebhooksOutgoingDeliveryAttemptDataAttributes.md +34 -0
  49. data/docs/WebhooksOutgoingDeliveryAttemptDataRelationships.md +18 -0
  50. data/docs/WebhooksOutgoingDeliveryData.md +24 -0
  51. data/docs/WebhooksOutgoingDeliveryDataAttributes.md +30 -0
  52. data/docs/WebhooksOutgoingDeliveryDataRelationships.md +18 -0
  53. data/docs/WebhooksOutgoingEndpoint.md +18 -0
  54. data/docs/WebhooksOutgoingEndpointData.md +24 -0
  55. data/docs/WebhooksOutgoingEndpointDataAttributes.md +28 -0
  56. data/docs/WebhooksOutgoingEndpointDataRelationships.md +18 -0
  57. data/git_push.sh +57 -0
  58. data/lib/bt_test/api/platform_api.rb +2523 -0
  59. data/lib/bt_test/api_client.rb +392 -0
  60. data/lib/bt_test/api_error.rb +57 -0
  61. data/lib/bt_test/configuration.rb +280 -0
  62. data/lib/bt_test/models/create_goal_request.rb +220 -0
  63. data/lib/bt_test/models/create_project_request.rb +262 -0
  64. data/lib/bt_test/models/create_projects_tag_request.rb +220 -0
  65. data/lib/bt_test/models/create_scaffolding_absolutely_abstract_creative_concept_request.rb +230 -0
  66. data/lib/bt_test/models/create_team_request.rb +230 -0
  67. data/lib/bt_test/models/create_webhooks_outgoing_endpoint_request.rb +242 -0
  68. data/lib/bt_test/models/goal.rb +220 -0
  69. data/lib/bt_test/models/goal_data.rb +246 -0
  70. data/lib/bt_test/models/goal_data_attributes.rb +246 -0
  71. data/lib/bt_test/models/goal_data_relationships.rb +219 -0
  72. data/lib/bt_test/models/me.rb +220 -0
  73. data/lib/bt_test/models/me_data.rb +246 -0
  74. data/lib/bt_test/models/me_data_attributes.rb +309 -0
  75. data/lib/bt_test/models/me_data_relationships.rb +228 -0
  76. data/lib/bt_test/models/project.rb +220 -0
  77. data/lib/bt_test/models/project_data.rb +246 -0
  78. data/lib/bt_test/models/project_data_attributes.rb +246 -0
  79. data/lib/bt_test/models/project_data_relationships.rb +255 -0
  80. data/lib/bt_test/models/project_data_relationships_tags.rb +221 -0
  81. data/lib/bt_test/models/projects_tag.rb +220 -0
  82. data/lib/bt_test/models/projects_tag_data.rb +246 -0
  83. data/lib/bt_test/models/projects_tag_data_attributes.rb +237 -0
  84. data/lib/bt_test/models/projects_tag_data_relationships.rb +228 -0
  85. data/lib/bt_test/models/projects_tag_data_relationships_team.rb +219 -0
  86. data/lib/bt_test/models/projects_tag_data_relationships_team_data.rb +228 -0
  87. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept.rb +220 -0
  88. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data.rb +246 -0
  89. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_attributes.rb +264 -0
  90. data/lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_relationships.rb +228 -0
  91. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing.rb +220 -0
  92. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data.rb +246 -0
  93. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_attributes.rb +345 -0
  94. data/lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_relationships.rb +219 -0
  95. data/lib/bt_test/models/team.rb +220 -0
  96. data/lib/bt_test/models/team_data.rb +246 -0
  97. data/lib/bt_test/models/team_data_attributes.rb +264 -0
  98. data/lib/bt_test/models/team_data_relationships.rb +219 -0
  99. data/lib/bt_test/models/update_scaffolding_completely_concrete_tangible_thing_request.rb +366 -0
  100. data/lib/bt_test/models/webhooks_outgoing_delivery.rb +220 -0
  101. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt.rb +220 -0
  102. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data.rb +246 -0
  103. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_attributes.rb +291 -0
  104. data/lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_relationships.rb +219 -0
  105. data/lib/bt_test/models/webhooks_outgoing_delivery_data.rb +246 -0
  106. data/lib/bt_test/models/webhooks_outgoing_delivery_data_attributes.rb +273 -0
  107. data/lib/bt_test/models/webhooks_outgoing_delivery_data_relationships.rb +219 -0
  108. data/lib/bt_test/models/webhooks_outgoing_endpoint.rb +220 -0
  109. data/lib/bt_test/models/webhooks_outgoing_endpoint_data.rb +246 -0
  110. data/lib/bt_test/models/webhooks_outgoing_endpoint_data_attributes.rb +264 -0
  111. data/lib/bt_test/models/webhooks_outgoing_endpoint_data_relationships.rb +219 -0
  112. data/lib/bt_test/version.rb +15 -0
  113. data/lib/bt_test.rb +90 -0
  114. data/spec/api/platform_api_spec.rb +493 -0
  115. data/spec/api_client_spec.rb +226 -0
  116. data/spec/configuration_spec.rb +42 -0
  117. data/spec/models/create_goal_request_spec.rb +34 -0
  118. data/spec/models/create_project_request_spec.rb +58 -0
  119. data/spec/models/create_projects_tag_request_spec.rb +34 -0
  120. data/spec/models/create_scaffolding_absolutely_abstract_creative_concept_request_spec.rb +40 -0
  121. data/spec/models/create_team_request_spec.rb +40 -0
  122. data/spec/models/create_webhooks_outgoing_endpoint_request_spec.rb +46 -0
  123. data/spec/models/goal_data_attributes_spec.rb +52 -0
  124. data/spec/models/goal_data_relationships_spec.rb +34 -0
  125. data/spec/models/goal_data_spec.rb +52 -0
  126. data/spec/models/goal_spec.rb +34 -0
  127. data/spec/models/me_data_attributes_spec.rb +94 -0
  128. data/spec/models/me_data_relationships_spec.rb +40 -0
  129. data/spec/models/me_data_spec.rb +52 -0
  130. data/spec/models/me_spec.rb +34 -0
  131. data/spec/models/project_data_attributes_spec.rb +52 -0
  132. data/spec/models/project_data_relationships_spec.rb +58 -0
  133. data/spec/models/project_data_relationships_tags_spec.rb +34 -0
  134. data/spec/models/project_data_spec.rb +52 -0
  135. data/spec/models/project_spec.rb +34 -0
  136. data/spec/models/projects_tag_data_attributes_spec.rb +46 -0
  137. data/spec/models/projects_tag_data_relationships_spec.rb +40 -0
  138. data/spec/models/projects_tag_data_relationships_team_data_spec.rb +40 -0
  139. data/spec/models/projects_tag_data_relationships_team_spec.rb +34 -0
  140. data/spec/models/projects_tag_data_spec.rb +52 -0
  141. data/spec/models/projects_tag_spec.rb +34 -0
  142. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_attributes_spec.rb +64 -0
  143. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_relationships_spec.rb +40 -0
  144. data/spec/models/scaffolding_absolutely_abstract_creative_concept_data_spec.rb +52 -0
  145. data/spec/models/scaffolding_absolutely_abstract_creative_concept_spec.rb +34 -0
  146. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_attributes_spec.rb +118 -0
  147. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_relationships_spec.rb +34 -0
  148. data/spec/models/scaffolding_completely_concrete_tangible_thing_data_spec.rb +52 -0
  149. data/spec/models/scaffolding_completely_concrete_tangible_thing_spec.rb +34 -0
  150. data/spec/models/team_data_attributes_spec.rb +64 -0
  151. data/spec/models/team_data_relationships_spec.rb +34 -0
  152. data/spec/models/team_data_spec.rb +52 -0
  153. data/spec/models/team_spec.rb +34 -0
  154. data/spec/models/update_scaffolding_completely_concrete_tangible_thing_request_spec.rb +118 -0
  155. data/spec/models/webhooks_outgoing_delivery_attempt_data_attributes_spec.rb +82 -0
  156. data/spec/models/webhooks_outgoing_delivery_attempt_data_relationships_spec.rb +34 -0
  157. data/spec/models/webhooks_outgoing_delivery_attempt_data_spec.rb +52 -0
  158. data/spec/models/webhooks_outgoing_delivery_attempt_spec.rb +34 -0
  159. data/spec/models/webhooks_outgoing_delivery_data_attributes_spec.rb +70 -0
  160. data/spec/models/webhooks_outgoing_delivery_data_relationships_spec.rb +34 -0
  161. data/spec/models/webhooks_outgoing_delivery_data_spec.rb +52 -0
  162. data/spec/models/webhooks_outgoing_delivery_spec.rb +34 -0
  163. data/spec/models/webhooks_outgoing_endpoint_data_attributes_spec.rb +64 -0
  164. data/spec/models/webhooks_outgoing_endpoint_data_relationships_spec.rb +34 -0
  165. data/spec/models/webhooks_outgoing_endpoint_data_spec.rb +52 -0
  166. data/spec/models/webhooks_outgoing_endpoint_spec.rb +34 -0
  167. data/spec/spec_helper.rb +111 -0
  168. metadata +303 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: dd1aa79a6aebdbefc22f50303c1ad34f8a8a4453446a2f4e00f1e47556dfa144
4
+ data.tar.gz: 68ecb580118aa9d01fd25318b603975ea73614a4e34763f4801a9b3f1205a071
5
+ SHA512:
6
+ metadata.gz: cedb508c7c32a9881ad6964df6adaca13f52de517fd5bb661c000eb3dfadc3c3b7a1b274752480391f2f5d15cb46752afc79b8fc6f1ca65a70eedb7e42f6b370
7
+ data.tar.gz: 4396c2e796a663b3caec34430087d0448d45ea56bc9aab01819c77321ed1321f9926c422a63d288afdf2d969073d0f55773b2d898fd9b91a54b9bf26e8a824ed
data/Gemfile ADDED
@@ -0,0 +1,9 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ group :development, :test do
6
+ gem 'rake', '~> 13.0.1'
7
+ gem 'pry-byebug'
8
+ gem 'rubocop', '~> 0.66.0'
9
+ end
data/README.md ADDED
@@ -0,0 +1,187 @@
1
+ # bt_test
2
+
3
+ BtTest - the Ruby gem for the BT Test
4
+
5
+ You can update this description in `config/locales/en/application.en.yml`.
6
+
7
+ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
+
9
+ - API version: 1.0
10
+ - Package version: 3.0.3
11
+ - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
+
13
+ ## Installation
14
+
15
+ ### Build a gem
16
+
17
+ To build the Ruby code into a gem:
18
+
19
+ ```shell
20
+ gem build bt_test.gemspec
21
+ ```
22
+
23
+ Then either install the gem locally:
24
+
25
+ ```shell
26
+ gem install ./bt_test-3.0.3.gem
27
+ ```
28
+
29
+ (for development, run `gem install --dev ./bt_test-3.0.3.gem` to install the development dependencies)
30
+
31
+ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
+
33
+ Finally add this to the Gemfile:
34
+
35
+ gem 'bt_test', '~> 3.0.3'
36
+
37
+ ### Install from Git
38
+
39
+ If the Ruby gem is hosted at a git repository: https:///YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:
40
+
41
+ gem 'bt_test', :git => 'https:///YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'
42
+
43
+ ### Include the Ruby code directly
44
+
45
+ Include the Ruby code directly using `-I` as follows:
46
+
47
+ ```shell
48
+ ruby -Ilib script.rb
49
+ ```
50
+
51
+ ## Getting Started
52
+
53
+ Please follow the [installation](#installation) procedure and then run the following code:
54
+
55
+ ```ruby
56
+ # Load the gem
57
+ require 'bt_test'
58
+
59
+ # Setup authorization
60
+ BtTest.configure do |config|
61
+ # Configure Bearer authorization (Auth token): bearerAuth
62
+ config.access_token = 'YOUR_BEARER_TOKEN'
63
+ end
64
+
65
+ api_instance = BtTest::PlatformApi.new
66
+ project_id = 56 # Integer | Project ID
67
+ opts = {
68
+ create_goal_request: BtTest::CreateGoalRequest.new # CreateGoalRequest |
69
+ }
70
+
71
+ begin
72
+ result = api_instance.create_goal(project_id, opts)
73
+ p result
74
+ rescue BtTest::ApiError => e
75
+ puts "Exception when calling PlatformApi->create_goal: #{e}"
76
+ end
77
+
78
+ ```
79
+
80
+ ## Documentation for API Endpoints
81
+
82
+ All URIs are relative to *https://btapi.eu.ngrok.io/api/v1*
83
+
84
+ Class | Method | HTTP request | Description
85
+ ------------ | ------------- | ------------- | -------------
86
+ *BtTest::PlatformApi* | [**create_goal**](docs/PlatformApi.md#create_goal) | **POST** /projects/{project_id}/goals |
87
+ *BtTest::PlatformApi* | [**create_project**](docs/PlatformApi.md#create_project) | **POST** /teams/{team_id}/projects |
88
+ *BtTest::PlatformApi* | [**create_projects_tag**](docs/PlatformApi.md#create_projects_tag) | **POST** /teams/{team_id}/projects/tags |
89
+ *BtTest::PlatformApi* | [**create_scaffolding_absolutely_abstract_creative_concept**](docs/PlatformApi.md#create_scaffolding_absolutely_abstract_creative_concept) | **POST** /teams/{team_id}/scaffolding/absolutely_abstract/creative_concepts |
90
+ *BtTest::PlatformApi* | [**create_scaffolding_completely_concrete_tangible_thing**](docs/PlatformApi.md#create_scaffolding_completely_concrete_tangible_thing) | **POST** /scaffolding/absolutely_abstract/creative_concepts/{absolutely_abstract_creative_concept_id}/completely_concrete/tangible_things |
91
+ *BtTest::PlatformApi* | [**create_team**](docs/PlatformApi.md#create_team) | **POST** /teams |
92
+ *BtTest::PlatformApi* | [**create_webhooks_outgoing_endpoint**](docs/PlatformApi.md#create_webhooks_outgoing_endpoint) | **POST** /teams/{team_id}/webhooks/outgoing/endpoints |
93
+ *BtTest::PlatformApi* | [**delete_goal**](docs/PlatformApi.md#delete_goal) | **DELETE** /goals/{id} |
94
+ *BtTest::PlatformApi* | [**delete_project**](docs/PlatformApi.md#delete_project) | **DELETE** /projects/{id} |
95
+ *BtTest::PlatformApi* | [**delete_projects_tag**](docs/PlatformApi.md#delete_projects_tag) | **DELETE** /projects/tags/{id} |
96
+ *BtTest::PlatformApi* | [**delete_scaffolding_absolutely_abstract_creative_concept**](docs/PlatformApi.md#delete_scaffolding_absolutely_abstract_creative_concept) | **DELETE** /scaffolding/absolutely_abstract/creative_concepts/{id} |
97
+ *BtTest::PlatformApi* | [**delete_scaffolding_completely_concrete_tangible_thing**](docs/PlatformApi.md#delete_scaffolding_completely_concrete_tangible_thing) | **DELETE** /scaffolding/completely_concrete/tangible_things/{id} |
98
+ *BtTest::PlatformApi* | [**delete_webhooks_outgoing_endpoint**](docs/PlatformApi.md#delete_webhooks_outgoing_endpoint) | **DELETE** /webhooks/outgoing/endpoints/{id} |
99
+ *BtTest::PlatformApi* | [**get_goal**](docs/PlatformApi.md#get_goal) | **GET** /goals/{id} |
100
+ *BtTest::PlatformApi* | [**get_me**](docs/PlatformApi.md#get_me) | **GET** /me |
101
+ *BtTest::PlatformApi* | [**get_project**](docs/PlatformApi.md#get_project) | **GET** /projects/{id} |
102
+ *BtTest::PlatformApi* | [**get_projects_tag**](docs/PlatformApi.md#get_projects_tag) | **GET** /projects/tags/{id} |
103
+ *BtTest::PlatformApi* | [**get_scaffolding_absolutely_abstract_creative_concept**](docs/PlatformApi.md#get_scaffolding_absolutely_abstract_creative_concept) | **GET** /scaffolding/absolutely_abstract/creative_concepts/{id} |
104
+ *BtTest::PlatformApi* | [**get_scaffolding_completely_concrete_tangible_thing**](docs/PlatformApi.md#get_scaffolding_completely_concrete_tangible_thing) | **GET** /scaffolding/completely_concrete/tangible_things/{id} |
105
+ *BtTest::PlatformApi* | [**get_team**](docs/PlatformApi.md#get_team) | **GET** /teams/{id} |
106
+ *BtTest::PlatformApi* | [**get_webhooks_outgoing_delivery**](docs/PlatformApi.md#get_webhooks_outgoing_delivery) | **GET** /webhooks/outgoing/deliveries/{id} |
107
+ *BtTest::PlatformApi* | [**get_webhooks_outgoing_delivery_attempt**](docs/PlatformApi.md#get_webhooks_outgoing_delivery_attempt) | **GET** /webhooks/outgoing/delivery_attempts/{id} |
108
+ *BtTest::PlatformApi* | [**get_webhooks_outgoing_endpoint**](docs/PlatformApi.md#get_webhooks_outgoing_endpoint) | **GET** /webhooks/outgoing/endpoints/{id} |
109
+ *BtTest::PlatformApi* | [**list_goals**](docs/PlatformApi.md#list_goals) | **GET** /projects/{project_id}/goals |
110
+ *BtTest::PlatformApi* | [**list_projects**](docs/PlatformApi.md#list_projects) | **GET** /teams/{team_id}/projects |
111
+ *BtTest::PlatformApi* | [**list_projects_tags**](docs/PlatformApi.md#list_projects_tags) | **GET** /teams/{team_id}/projects/tags |
112
+ *BtTest::PlatformApi* | [**list_scaffolding_absolutely_abstract_creative_concepts**](docs/PlatformApi.md#list_scaffolding_absolutely_abstract_creative_concepts) | **GET** /teams/{team_id}/scaffolding/absolutely_abstract/creative_concepts |
113
+ *BtTest::PlatformApi* | [**list_scaffolding_completely_concrete_tangible_things**](docs/PlatformApi.md#list_scaffolding_completely_concrete_tangible_things) | **GET** /scaffolding/absolutely_abstract/creative_concepts/{absolutely_abstract_creative_concept_id}/completely_concrete/tangible_things |
114
+ *BtTest::PlatformApi* | [**list_teams**](docs/PlatformApi.md#list_teams) | **GET** /teams |
115
+ *BtTest::PlatformApi* | [**list_webhooks_outgoing_delivery_attempts**](docs/PlatformApi.md#list_webhooks_outgoing_delivery_attempts) | **GET** /webhooks/outgoing/deliveries/{delivery_id}/delivery_attempts |
116
+ *BtTest::PlatformApi* | [**list_webhooks_outgoing_deliverys**](docs/PlatformApi.md#list_webhooks_outgoing_deliverys) | **GET** /webhooks/outgoing/endpoints/{endpoint_id}/deliveries |
117
+ *BtTest::PlatformApi* | [**list_webhooks_outgoing_endpoints**](docs/PlatformApi.md#list_webhooks_outgoing_endpoints) | **GET** /teams/{team_id}/webhooks/outgoing/endpoints |
118
+ *BtTest::PlatformApi* | [**update_goal**](docs/PlatformApi.md#update_goal) | **PUT** /goals/{id} |
119
+ *BtTest::PlatformApi* | [**update_project**](docs/PlatformApi.md#update_project) | **PUT** /projects/{id} |
120
+ *BtTest::PlatformApi* | [**update_projects_tag**](docs/PlatformApi.md#update_projects_tag) | **PUT** /projects/tags/{id} |
121
+ *BtTest::PlatformApi* | [**update_scaffolding_absolutely_abstract_creative_concept**](docs/PlatformApi.md#update_scaffolding_absolutely_abstract_creative_concept) | **PUT** /scaffolding/absolutely_abstract/creative_concepts/{id} |
122
+ *BtTest::PlatformApi* | [**update_scaffolding_completely_concrete_tangible_thing**](docs/PlatformApi.md#update_scaffolding_completely_concrete_tangible_thing) | **PUT** /scaffolding/completely_concrete/tangible_things/{id} |
123
+ *BtTest::PlatformApi* | [**update_team**](docs/PlatformApi.md#update_team) | **PUT** /teams/{id} |
124
+ *BtTest::PlatformApi* | [**update_webhooks_outgoing_endpoint**](docs/PlatformApi.md#update_webhooks_outgoing_endpoint) | **PUT** /webhooks/outgoing/endpoints/{id} |
125
+
126
+
127
+ ## Documentation for Models
128
+
129
+ - [BtTest::CreateGoalRequest](docs/CreateGoalRequest.md)
130
+ - [BtTest::CreateProjectRequest](docs/CreateProjectRequest.md)
131
+ - [BtTest::CreateProjectsTagRequest](docs/CreateProjectsTagRequest.md)
132
+ - [BtTest::CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest](docs/CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest.md)
133
+ - [BtTest::CreateTeamRequest](docs/CreateTeamRequest.md)
134
+ - [BtTest::CreateWebhooksOutgoingEndpointRequest](docs/CreateWebhooksOutgoingEndpointRequest.md)
135
+ - [BtTest::Goal](docs/Goal.md)
136
+ - [BtTest::GoalData](docs/GoalData.md)
137
+ - [BtTest::GoalDataAttributes](docs/GoalDataAttributes.md)
138
+ - [BtTest::GoalDataRelationships](docs/GoalDataRelationships.md)
139
+ - [BtTest::Me](docs/Me.md)
140
+ - [BtTest::MeData](docs/MeData.md)
141
+ - [BtTest::MeDataAttributes](docs/MeDataAttributes.md)
142
+ - [BtTest::MeDataRelationships](docs/MeDataRelationships.md)
143
+ - [BtTest::Project](docs/Project.md)
144
+ - [BtTest::ProjectData](docs/ProjectData.md)
145
+ - [BtTest::ProjectDataAttributes](docs/ProjectDataAttributes.md)
146
+ - [BtTest::ProjectDataRelationships](docs/ProjectDataRelationships.md)
147
+ - [BtTest::ProjectDataRelationshipsTags](docs/ProjectDataRelationshipsTags.md)
148
+ - [BtTest::ProjectsTag](docs/ProjectsTag.md)
149
+ - [BtTest::ProjectsTagData](docs/ProjectsTagData.md)
150
+ - [BtTest::ProjectsTagDataAttributes](docs/ProjectsTagDataAttributes.md)
151
+ - [BtTest::ProjectsTagDataRelationships](docs/ProjectsTagDataRelationships.md)
152
+ - [BtTest::ProjectsTagDataRelationshipsTeam](docs/ProjectsTagDataRelationshipsTeam.md)
153
+ - [BtTest::ProjectsTagDataRelationshipsTeamData](docs/ProjectsTagDataRelationshipsTeamData.md)
154
+ - [BtTest::ScaffoldingAbsolutelyAbstractCreativeConcept](docs/ScaffoldingAbsolutelyAbstractCreativeConcept.md)
155
+ - [BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptData](docs/ScaffoldingAbsolutelyAbstractCreativeConceptData.md)
156
+ - [BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes](docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes.md)
157
+ - [BtTest::ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships](docs/ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships.md)
158
+ - [BtTest::ScaffoldingCompletelyConcreteTangibleThing](docs/ScaffoldingCompletelyConcreteTangibleThing.md)
159
+ - [BtTest::ScaffoldingCompletelyConcreteTangibleThingData](docs/ScaffoldingCompletelyConcreteTangibleThingData.md)
160
+ - [BtTest::ScaffoldingCompletelyConcreteTangibleThingDataAttributes](docs/ScaffoldingCompletelyConcreteTangibleThingDataAttributes.md)
161
+ - [BtTest::ScaffoldingCompletelyConcreteTangibleThingDataRelationships](docs/ScaffoldingCompletelyConcreteTangibleThingDataRelationships.md)
162
+ - [BtTest::Team](docs/Team.md)
163
+ - [BtTest::TeamData](docs/TeamData.md)
164
+ - [BtTest::TeamDataAttributes](docs/TeamDataAttributes.md)
165
+ - [BtTest::TeamDataRelationships](docs/TeamDataRelationships.md)
166
+ - [BtTest::UpdateScaffoldingCompletelyConcreteTangibleThingRequest](docs/UpdateScaffoldingCompletelyConcreteTangibleThingRequest.md)
167
+ - [BtTest::WebhooksOutgoingDelivery](docs/WebhooksOutgoingDelivery.md)
168
+ - [BtTest::WebhooksOutgoingDeliveryAttempt](docs/WebhooksOutgoingDeliveryAttempt.md)
169
+ - [BtTest::WebhooksOutgoingDeliveryAttemptData](docs/WebhooksOutgoingDeliveryAttemptData.md)
170
+ - [BtTest::WebhooksOutgoingDeliveryAttemptDataAttributes](docs/WebhooksOutgoingDeliveryAttemptDataAttributes.md)
171
+ - [BtTest::WebhooksOutgoingDeliveryAttemptDataRelationships](docs/WebhooksOutgoingDeliveryAttemptDataRelationships.md)
172
+ - [BtTest::WebhooksOutgoingDeliveryData](docs/WebhooksOutgoingDeliveryData.md)
173
+ - [BtTest::WebhooksOutgoingDeliveryDataAttributes](docs/WebhooksOutgoingDeliveryDataAttributes.md)
174
+ - [BtTest::WebhooksOutgoingDeliveryDataRelationships](docs/WebhooksOutgoingDeliveryDataRelationships.md)
175
+ - [BtTest::WebhooksOutgoingEndpoint](docs/WebhooksOutgoingEndpoint.md)
176
+ - [BtTest::WebhooksOutgoingEndpointData](docs/WebhooksOutgoingEndpointData.md)
177
+ - [BtTest::WebhooksOutgoingEndpointDataAttributes](docs/WebhooksOutgoingEndpointDataAttributes.md)
178
+ - [BtTest::WebhooksOutgoingEndpointDataRelationships](docs/WebhooksOutgoingEndpointDataRelationships.md)
179
+
180
+
181
+ ## Documentation for Authorization
182
+
183
+
184
+ ### bearerAuth
185
+
186
+ - **Type**: Bearer authentication (Auth token)
187
+
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ begin
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+ task default: :spec
8
+ rescue LoadError
9
+ # no rspec available
10
+ end
data/bt_test.gemspec ADDED
@@ -0,0 +1,38 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ =begin
4
+ #BT Test
5
+
6
+ #You can update this description in `config/locales/en/application.en.yml`.
7
+
8
+ The version of the OpenAPI document: 1.0
9
+
10
+ Generated by: https://openapi-generator.tech
11
+ OpenAPI Generator version: 6.0.0
12
+
13
+ =end
14
+
15
+ $:.push File.expand_path("../lib", __FILE__)
16
+ require "bt_test/version"
17
+
18
+ Gem::Specification.new do |s|
19
+ s.name = "bt_test"
20
+ s.version = BtTest::VERSION
21
+ s.platform = Gem::Platform::RUBY
22
+ s.authors = ["OpenAPI-Generator"]
23
+ s.email = [""]
24
+ s.homepage = "https://rubygems.org"
25
+ s.summary = "BT Test Ruby Gem"
26
+ s.description = "You can update this description in `config/locales/en/application.en.yml`."
27
+ s.license = "Unlicense"
28
+ s.required_ruby_version = ">= 2.4"
29
+
30
+ s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
+
32
+ s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
33
+
34
+ s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
35
+ s.test_files = `find spec/*`.split("\n")
36
+ s.executables = []
37
+ s.require_paths = ["lib"]
38
+ end
@@ -0,0 +1,18 @@
1
+ # BtTest::CreateGoalRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | Description | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::CreateGoalRequest.new(
15
+ description: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,26 @@
1
+ # BtTest::CreateProjectRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name | [optional] |
8
+ | **description** | **String** | Description | [optional] |
9
+ | **status** | **String** | Status | [optional] |
10
+ | **lead_id** | **String** | Lead | [optional] |
11
+ | **tag_ids** | **Array<String>** | Tags | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'bt_test'
17
+
18
+ instance = BtTest::CreateProjectRequest.new(
19
+ name: null,
20
+ description: null,
21
+ status: null,
22
+ lead_id: null,
23
+ tag_ids: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # BtTest::CreateProjectsTagRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::CreateProjectsTagRequest.new(
15
+ name: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # BtTest::CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name | [optional] |
8
+ | **description** | **String** | Description | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest.new(
16
+ name: null,
17
+ description: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # BtTest::CreateTeamRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Team | [optional] |
8
+ | **locale** | **String** | Language | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::CreateTeamRequest.new(
16
+ name: null,
17
+ locale: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # BtTest::CreateWebhooksOutgoingEndpointRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name | [optional] |
8
+ | **url** | **String** | URL | [optional] |
9
+ | **event_type_ids** | **Array<String>** | Event Types | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'bt_test'
15
+
16
+ instance = BtTest::CreateWebhooksOutgoingEndpointRequest.new(
17
+ name: null,
18
+ url: null,
19
+ event_type_ids: null
20
+ )
21
+ ```
22
+
data/docs/Goal.md ADDED
@@ -0,0 +1,18 @@
1
+ # BtTest::Goal
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**GoalData**](GoalData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::Goal.new(
15
+ data: null
16
+ )
17
+ ```
18
+
data/docs/GoalData.md ADDED
@@ -0,0 +1,24 @@
1
+ # BtTest::GoalData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**GoalDataAttributes**](GoalDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**GoalDataRelationships**](GoalDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::GoalData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # BtTest::GoalDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **description** | **String** | | [optional] |
9
+ | **created_at** | **Time** | | [optional] |
10
+ | **updated_at** | **Time** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::GoalDataAttributes.new(
18
+ id: null,
19
+ description: null,
20
+ created_at: null,
21
+ updated_at: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # BtTest::GoalDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **project** | [**ProjectsTagDataRelationshipsTeam**](ProjectsTagDataRelationshipsTeam.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::GoalDataRelationships.new(
15
+ project: null
16
+ )
17
+ ```
18
+
data/docs/Me.md ADDED
@@ -0,0 +1,18 @@
1
+ # BtTest::Me
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**MeData**](MeData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'bt_test'
13
+
14
+ instance = BtTest::Me.new(
15
+ data: null
16
+ )
17
+ ```
18
+
data/docs/MeData.md ADDED
@@ -0,0 +1,24 @@
1
+ # BtTest::MeData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | | [optional] |
8
+ | **type** | **String** | | [optional] |
9
+ | **attributes** | [**MeDataAttributes**](MeDataAttributes.md) | | [optional] |
10
+ | **relationships** | [**MeDataRelationships**](MeDataRelationships.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'bt_test'
16
+
17
+ instance = BtTest::MeData.new(
18
+ id: null,
19
+ type: null,
20
+ attributes: null,
21
+ relationships: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,38 @@
1
+ # BtTest::MeDataAttributes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **email** | **String** | | [optional] |
9
+ | **first_name** | **String** | | [optional] |
10
+ | **last_name** | **String** | | [optional] |
11
+ | **time_zone** | **String** | | [optional] |
12
+ | **profile_photo_id** | **String** | | [optional] |
13
+ | **former_user** | **String** | | [optional] |
14
+ | **locale** | **String** | | [optional] |
15
+ | **platform_agent_of_id** | **String** | | [optional] |
16
+ | **created_at** | **String** | | [optional] |
17
+ | **updated_at** | **String** | | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'bt_test'
23
+
24
+ instance = BtTest::MeDataAttributes.new(
25
+ id: null,
26
+ email: null,
27
+ first_name: null,
28
+ last_name: null,
29
+ time_zone: null,
30
+ profile_photo_id: null,
31
+ former_user: null,
32
+ locale: null,
33
+ platform_agent_of_id: null,
34
+ created_at: null,
35
+ updated_at: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,20 @@
1
+ # BtTest::MeDataRelationships
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **teams** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
8
+ | **memberships** | [**ProjectDataRelationshipsTags**](ProjectDataRelationshipsTags.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'bt_test'
14
+
15
+ instance = BtTest::MeDataRelationships.new(
16
+ teams: null,
17
+ memberships: null
18
+ )
19
+ ```
20
+