Skip to content

Commit ef7c66e

Browse files
Regenerated the client based on the latest Public Management API (#13)
* Regenerated the client based on the latest Public Management API * regen * integration environments, configs rename
1 parent 5ca5bcc commit ef7c66e

File tree

195 files changed

+26806
-507
lines changed

Some content is hidden

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

195 files changed

+26806
-507
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25-
vendor/

.openapi-generator/FILES

+12-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ api_feature_flag_setting_values_using_sdk_key_v2.go
1212
api_feature_flag_setting_values_v2.go
1313
api_feature_flags_settings.go
1414
api_integration_links.go
15+
api_integrations.go
1516
api_me.go
1617
api_members.go
1718
api_organizations.go
@@ -32,7 +33,6 @@ docs/AuditLogsApi.md
3233
docs/CodeReferenceModel.md
3334
docs/CodeReferenceRequest.md
3435
docs/CodeReferencesApi.md
35-
docs/CodeReferencesForSettingModel.md
3636
docs/ComparisonValueListModel.md
3737
docs/ComparisonValueModel.md
3838
docs/ConditionModel.md
@@ -45,6 +45,7 @@ docs/ConfigsApi.md
4545
docs/ConnectRequest.md
4646
docs/CreateConfigRequest.md
4747
docs/CreateEnvironmentModel.md
48+
docs/CreateIntegrationModel.md
4849
docs/CreateOrUpdateEnvironmentAccessModel.md
4950
docs/CreatePermissionGroupRequest.md
5051
docs/CreateProductRequest.md
@@ -71,6 +72,10 @@ docs/IntegrationLinkDetailsModel.md
7172
docs/IntegrationLinkModel.md
7273
docs/IntegrationLinkType.md
7374
docs/IntegrationLinksApi.md
75+
docs/IntegrationModel.md
76+
docs/IntegrationType.md
77+
docs/IntegrationsApi.md
78+
docs/IntegrationsModel.md
7479
docs/InvitationModel.md
7580
docs/InviteMembersRequest.md
7681
docs/JsonPatchOperation.md
@@ -79,6 +84,7 @@ docs/MeApi.md
7984
docs/MeModel.md
8085
docs/MemberModel.md
8186
docs/MembersApi.md
87+
docs/ModifyIntegrationRequest.md
8288
docs/OperationType.md
8389
docs/OrganizationAdminModel.md
8490
docs/OrganizationInvitationModel.md
@@ -157,7 +163,6 @@ model_audit_log_item_model.go
157163
model_audit_log_type.go
158164
model_code_reference_model.go
159165
model_code_reference_request.go
160-
model_code_references_for_setting_model.go
161166
model_comparison_value_list_model.go
162167
model_comparison_value_model.go
163168
model_condition_model.go
@@ -169,6 +174,7 @@ model_config_setting_values_model.go
169174
model_connect_request.go
170175
model_create_config_request.go
171176
model_create_environment_model.go
177+
model_create_integration_model.go
172178
model_create_or_update_environment_access_model.go
173179
model_create_permission_group_request.go
174180
model_create_product_request.go
@@ -188,12 +194,16 @@ model_integration_link_detail.go
188194
model_integration_link_details_model.go
189195
model_integration_link_model.go
190196
model_integration_link_type.go
197+
model_integration_model.go
198+
model_integration_type.go
199+
model_integrations_model.go
191200
model_invitation_model.go
192201
model_invite_members_request.go
193202
model_json_patch_operation.go
194203
model_key_generation_mode.go
195204
model_me_model.go
196205
model_member_model.go
206+
model_modify_integration_request.go
197207
model_operation_type.go
198208
model_organization_admin_model.go
199209
model_organization_invitation_model.go

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ You can **Create**, **Read**, **Update** and **Delete** any entities like **Feat
88
If you prefer the swagger documentation, you can find it here: [Swagger UI](https://test-api.configcat.com/swagger).
99

1010
The API is based on HTTP REST, uses resource-oriented URLs, status codes and supports JSON
11-
format. Do not use this API for accessing and evaluating feature flag values. Use the [SDKs instead](https://configcat.com/docs/sdk-reference/overview).
11+
format.
1212

13+
**Important:** Do not use this API for accessing and evaluating feature flag values. Use the [SDKs](https://configcat.com/docs/sdk-reference/overview) or the [ConfigCat Proxy](https://configcat.com/docs/advanced/proxy/proxy-overview/) instead.
1314

1415
# OpenAPI Specification
1516

@@ -117,7 +118,6 @@ Class | Method | HTTP request | Description
117118
*AuditLogsApi* | [**GetOrganizationAuditlogs**](docs/AuditLogsApi.md#getorganizationauditlogs) | **Get** /v1/organizations/{organizationId}/auditlogs | List Audit log items for Organization
118119
*CodeReferencesApi* | [**V1CodeReferencesDeleteReportsPost**](docs/CodeReferencesApi.md#v1codereferencesdeletereportspost) | **Post** /v1/code-references/delete-reports | Delete Reference reports
119120
*CodeReferencesApi* | [**V1CodeReferencesPost**](docs/CodeReferencesApi.md#v1codereferencespost) | **Post** /v1/code-references | Upload References
120-
*CodeReferencesApi* | [**V1ConfigsConfigIdCodeReferencesGet**](docs/CodeReferencesApi.md#v1configsconfigidcodereferencesget) | **Get** /v1/configs/{configId}/code-references | Get References in Config
121121
*CodeReferencesApi* | [**V1SettingsSettingIdCodeReferencesGet**](docs/CodeReferencesApi.md#v1settingssettingidcodereferencesget) | **Get** /v1/settings/{settingId}/code-references | Get References for Feature Flag or Setting
122122
*ConfigsApi* | [**CreateConfig**](docs/ConfigsApi.md#createconfig) | **Post** /v1/products/{productId}/configs | Create Config
123123
*ConfigsApi* | [**DeleteConfig**](docs/ConfigsApi.md#deleteconfig) | **Delete** /v1/configs/{configId} | Delete Config
@@ -156,6 +156,11 @@ Class | Method | HTTP request | Description
156156
*IntegrationLinksApi* | [**GetIntegrationLinkDetails**](docs/IntegrationLinksApi.md#getintegrationlinkdetails) | **Get** /v1/integrationLink/{integrationLinkType}/{key}/details | Get Integration link
157157
*IntegrationLinksApi* | [**JiraAddOrUpdateIntegrationLink**](docs/IntegrationLinksApi.md#jiraaddorupdateintegrationlink) | **Post** /v1/jira/environments/{environmentId}/settings/{settingId}/integrationLinks/{key} |
158158
*IntegrationLinksApi* | [**JiraConnect**](docs/IntegrationLinksApi.md#jiraconnect) | **Post** /v1/jira/connect |
159+
*IntegrationsApi* | [**CreateIntegration**](docs/IntegrationsApi.md#createintegration) | **Post** /v1/products/{productId}/integrations | Create Integration
160+
*IntegrationsApi* | [**DeleteIntegration**](docs/IntegrationsApi.md#deleteintegration) | **Delete** /v1/integrations/{integrationId} | Delete Integration
161+
*IntegrationsApi* | [**GetIntegration**](docs/IntegrationsApi.md#getintegration) | **Get** /v1/integrations/{integrationId} | Get Integration
162+
*IntegrationsApi* | [**GetIntegrations**](docs/IntegrationsApi.md#getintegrations) | **Get** /v1/products/{productId}/integrations | List Integrations
163+
*IntegrationsApi* | [**UpdateIntegration**](docs/IntegrationsApi.md#updateintegration) | **Put** /v1/integrations/{integrationId} | Update Integration
159164
*MeApi* | [**GetMe**](docs/MeApi.md#getme) | **Get** /v1/me | Get authenticated user details
160165
*MembersApi* | [**AddMemberToGroup**](docs/MembersApi.md#addmembertogroup) | **Post** /v1/organizations/{organizationId}/members/{userId} | Update Member Permissions
161166
*MembersApi* | [**DeleteInvitation**](docs/MembersApi.md#deleteinvitation) | **Delete** /v1/invitations/{invitationId} | Delete Invitation
@@ -210,7 +215,6 @@ Class | Method | HTTP request | Description
210215
- [AuditLogType](docs/AuditLogType.md)
211216
- [CodeReferenceModel](docs/CodeReferenceModel.md)
212217
- [CodeReferenceRequest](docs/CodeReferenceRequest.md)
213-
- [CodeReferencesForSettingModel](docs/CodeReferencesForSettingModel.md)
214218
- [ComparisonValueListModel](docs/ComparisonValueListModel.md)
215219
- [ComparisonValueModel](docs/ComparisonValueModel.md)
216220
- [ConditionModel](docs/ConditionModel.md)
@@ -222,6 +226,7 @@ Class | Method | HTTP request | Description
222226
- [ConnectRequest](docs/ConnectRequest.md)
223227
- [CreateConfigRequest](docs/CreateConfigRequest.md)
224228
- [CreateEnvironmentModel](docs/CreateEnvironmentModel.md)
229+
- [CreateIntegrationModel](docs/CreateIntegrationModel.md)
225230
- [CreateOrUpdateEnvironmentAccessModel](docs/CreateOrUpdateEnvironmentAccessModel.md)
226231
- [CreatePermissionGroupRequest](docs/CreatePermissionGroupRequest.md)
227232
- [CreateProductRequest](docs/CreateProductRequest.md)
@@ -241,12 +246,16 @@ Class | Method | HTTP request | Description
241246
- [IntegrationLinkDetailsModel](docs/IntegrationLinkDetailsModel.md)
242247
- [IntegrationLinkModel](docs/IntegrationLinkModel.md)
243248
- [IntegrationLinkType](docs/IntegrationLinkType.md)
249+
- [IntegrationModel](docs/IntegrationModel.md)
250+
- [IntegrationType](docs/IntegrationType.md)
251+
- [IntegrationsModel](docs/IntegrationsModel.md)
244252
- [InvitationModel](docs/InvitationModel.md)
245253
- [InviteMembersRequest](docs/InviteMembersRequest.md)
246254
- [JsonPatchOperation](docs/JsonPatchOperation.md)
247255
- [KeyGenerationMode](docs/KeyGenerationMode.md)
248256
- [MeModel](docs/MeModel.md)
249257
- [MemberModel](docs/MemberModel.md)
258+
- [ModifyIntegrationRequest](docs/ModifyIntegrationRequest.md)
250259
- [OperationType](docs/OperationType.md)
251260
- [OrganizationAdminModel](docs/OrganizationAdminModel.md)
252261
- [OrganizationInvitationModel](docs/OrganizationInvitationModel.md)

0 commit comments

Comments
 (0)