Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 20 additions & 13 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ api/feature-flag-setting-values-using-sdkkey-v2-api.ts
api/feature-flag-setting-values-v2-api.ts
api/feature-flags-settings-api.ts
api/integration-links-api.ts
api/integrations-api.ts
api/me-api.ts
api/members-api.ts
api/organizations-api.ts
Expand All @@ -19,20 +20,17 @@ api/products-api.ts
api/sdkkeys-api.ts
api/segments-api.ts
api/tags-api.ts
api/webhooks-api.ts
base.ts
common.ts
configuration.ts
git_push.sh
index.ts
model/access-type.ts
model/add-or-update-integration-link-model.ts
model/add-or-update-jira-integration-link-model.ts
model/add-user-to-group-request.ts
model/audit-log-item-model.ts
model/audit-log-type.ts
model/code-reference-model.ts
model/code-reference-request.ts
model/code-references-for-setting-model.ts
model/comparison-value-list-model.ts
model/comparison-value-model.ts
model/condition-model.ts
Expand All @@ -44,6 +42,7 @@ model/config-setting-values-model.ts
model/connect-request.ts
model/create-config-request.ts
model/create-environment-model.ts
model/create-integration-model.ts
model/create-or-update-environment-access-model.ts
model/create-permission-group-request.ts
model/create-product-request.ts
Expand All @@ -53,23 +52,24 @@ model/create-tag-model.ts
model/delete-integration-link-model.ts
model/delete-repository-reports-request.ts
model/environment-access-model.ts
model/environment-access-type.ts
model/environment-model.ts
model/evaluation-version.ts
model/feature-flag-limitations.ts
model/flag-reference.ts
model/index.ts
model/initial-value.ts
model/integration-link-detail.ts
model/integration-link-details-model.ts
model/integration-link-model.ts
model/integration-link-type.ts
model/integration-model.ts
model/integrations-model.ts
model/invitation-model.ts
model/invite-members-request.ts
model/json-patch-operation.ts
model/me-model.ts
model/member-model.ts
model/operation-type.ts
model/modify-integration-request.ts
model/organization-admin-model.ts
model/organization-invitation-model.ts
model/organization-member-model.ts
model/organization-members-model.ts
model/organization-model.ts
Expand All @@ -78,24 +78,23 @@ model/organization-permission-model.ts
model/organization-product-model.ts
model/percentage-option-model.ts
model/permission-group-model.ts
model/prerequisite-comparator.ts
model/preferences-model.ts
model/prerequisite-flag-condition-model.ts
model/product-model.ts
model/reason-required-environment-model.ts
model/reference-line.ts
model/reference-lines.ts
model/replace-setting-model.ts
model/rollout-percentage-item-model.ts
model/rollout-rule-comparator.ts
model/rollout-rule-model.ts
model/sdk-keys-model.ts
model/segment-comparator.ts
model/segment-condition-model.ts
model/segment-list-model.ts
model/segment-model.ts
model/setting-data-model.ts
model/setting-formula-model.ts
model/setting-model.ts
model/setting-tag-model.ts
model/setting-type.ts
model/setting-value-model.ts
model/tag-model.ts
model/targeting-rule-model.ts
Expand All @@ -104,14 +103,22 @@ model/update-environment-model.ts
model/update-evaluation-formula-model.ts
model/update-evaluation-formula-with-id-model.ts
model/update-evaluation-formulas-model.ts
model/update-member-permissions-request.ts
model/update-permission-group-request.ts
model/update-preferences-request.ts
model/update-product-request.ts
model/update-reason-required-environment-model.ts
model/update-segment-model.ts
model/update-setting-value-model.ts
model/update-setting-value-with-setting-id-model.ts
model/update-setting-values-with-id-model.ts
model/update-tag-model.ts
model/user-comparator.ts
model/user-condition-model.ts
model/user-model.ts
model/value-model.ts
model/web-hook-request.ts
model/webhook-config.ts
model/webhook-environment.ts
model/webhook-header-model.ts
model/webhook-model.ts
model/webhook-signing-keys-model.ts
4 changes: 3 additions & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable */
/**
* ConfigCat Public Management API
* The purpose of this API is to access the ConfigCat platform programmatically. You can **Create**, **Read**, **Update** and **Delete** any entities like **Feature Flags, Configs, Environments** or **Products** within ConfigCat. **Base API URL**: https://test-api.configcat.com If you prefer the swagger documentation, you can find it here: [Swagger UI](https://test-api.configcat.com/swagger). The API is based on HTTP REST, uses resource-oriented URLs, status codes and supports JSON format. Do not use this API for accessing and evaluating feature flag values. Use the [SDKs instead](https://configcat.com/docs/sdk-reference/overview). # OpenAPI Specification The complete specification is publicly available in the following formats: - [OpenAPI v3](https://test-api.configcat.com/docs/v1/swagger.json) - [Swagger v2](https://test-api.configcat.com/docs/v1/swagger.v2.json) You can use it to generate client libraries in various languages with [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) or [Swagger Codegen](https://swagger.io/tools/swagger-codegen/) to interact with this API. # Authentication This API uses the [Basic HTTP Authentication Scheme](https://en.wikipedia.org/wiki/Basic_access_authentication). <!-- ReDoc-Inject: <security-definitions> --> # Throttling and rate limits All the rate limited API calls are returning information about the current rate limit period in the following HTTP headers: | Header | Description | | :- | :- | | X-Rate-Limit-Remaining | The maximum number of requests remaining in the current rate limit period. | | X-Rate-Limit-Reset | The time when the current rate limit period resets. | When the rate limit is exceeded by a request, the API returns with a `HTTP 429 - Too many requests` status along with a `Retry-After` HTTP header.
* The purpose of this API is to access the ConfigCat platform programmatically. You can **Create**, **Read**, **Update** and **Delete** any entities like **Feature Flags, Configs, Environments** or **Products** within ConfigCat. **Base API URL**: https://api.configcat.com If you prefer the swagger documentation, you can find it here: [Swagger UI](https://api.configcat.com/swagger). The API is based on HTTP REST, uses resource-oriented URLs, status codes and supports JSON format. **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. # OpenAPI Specification The complete specification is publicly available in the following formats: - [OpenAPI v3](https://api.configcat.com/docs/v1/swagger.json) - [Swagger v2](https://api.configcat.com/docs/v1/swagger.v2.json) You can use it to generate client libraries in various languages with [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) or [Swagger Codegen](https://swagger.io/tools/swagger-codegen/) to interact with this API. # Authentication This API uses the [Basic HTTP Authentication Scheme](https://en.wikipedia.org/wiki/Basic_access_authentication). <!-- ReDoc-Inject: <security-definitions> --> # Throttling and rate limits All the rate limited API calls are returning information about the current rate limit period in the following HTTP headers: | Header | Description | | :- | :- | | X-Rate-Limit-Remaining | The maximum number of requests remaining in the current rate limit period. | | X-Rate-Limit-Reset | The time when the current rate limit period resets. | When the rate limit is exceeded by a request, the API returns with a `HTTP 429 - Too many requests` status along with a `Retry-After` HTTP header.
*
* The version of the OpenAPI document: v1
* Contact: support@configcat.com
Expand All @@ -24,6 +24,7 @@ export * from './api/feature-flag-setting-values-using-sdkkey-v2-api';
export * from './api/feature-flag-setting-values-v2-api';
export * from './api/feature-flags-settings-api';
export * from './api/integration-links-api';
export * from './api/integrations-api';
export * from './api/me-api';
export * from './api/members-api';
export * from './api/organizations-api';
Expand All @@ -32,4 +33,5 @@ export * from './api/products-api';
export * from './api/sdkkeys-api';
export * from './api/segments-api';
export * from './api/tags-api';
export * from './api/webhooks-api';

Loading