You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ You can **Create**, **Read**, **Update** and **Delete** any entities like **Feat
8
8
If you prefer the swagger documentation, you can find it here: [Swagger UI](https://test-api.configcat.com/swagger).
9
9
10
10
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.
12
12
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.
*CodeReferencesApi* | [**V1ConfigsConfigIdCodeReferencesGet**](docs/CodeReferencesApi.md#v1configsconfigidcodereferencesget) | **Get** /v1/configs/{configId}/code-references | Get References in Config
121
121
*CodeReferencesApi* | [**V1SettingsSettingIdCodeReferencesGet**](docs/CodeReferencesApi.md#v1settingssettingidcodereferencesget) | **Get** /v1/settings/{settingId}/code-references | Get References for Feature Flag or Setting
*IntegrationLinksApi* | [**GetIntegrationLinkDetails**](docs/IntegrationLinksApi.md#getintegrationlinkdetails) | **Get** /v1/integrationLink/{integrationLinkType}/{key}/details | Get Integration link
0 commit comments