Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 4.08 KB

ac-integrate-sdk.md

File metadata and controls

55 lines (35 loc) · 4.08 KB
copyright lastupdated keywords subcollection
years
2020, 2024
2024-10-07
app-configuration, app configuration, integrate sdk, node sdk, npm, sdk, android sdk, android, python sdk, python, go, golang, java server sdk, java, go admin sdk
app-configuration

{{site.data.keyword.attribute-definition-list}}

{{site.data.keyword.appconfig_short}} SDKs

{: #ac-sdks}

The {{site.data.keyword.appconfig_short}} client SDK is available for Android, JavaScript, and React, the server SDKs for Node, Python, Go, and Java, and the admin SDK for Go, to integrate with your web and mobile applications, microservices, and distributed environments. {: shortdesc}

Client-side and Server-side SDKs

{: #ac-sdk-types}

Understand the differences between the various SDKs so that you can decide between SDK types for your use case.

Types of SDKs

{: #ac-sdk-types-of}

SDKs supported by {{site.data.keyword.appconfig_short}} include:

  • Server-side SDK
  • Client-side SDK
  • Admin SDK

SDKs that help evaluate feature flag and property values are broadly classified as Server-side or Client-side - based on the deployment environment. These SDKs can be integrated into your application to assess the feature or property values by considering segment targeting rules, if any.

Evaluation SDKs fetch the latest configuration data from the {{site.data.keyword.appconfig_short}} service and ensure that any change in the service configuration is made available to your application in real time.

Admin SDKs can be used to create and manage configurations for Environments, Collections, Feature flags, Properties, and Segments. As an option to {{site.data.keyword.cloud_notm}} Dashboard or {{site.data.keyword.cloud_notm}} CLI, Admin SDKs can be used to programmatically manage your service configuration from within your application.

The currently available Go language Admin SDK integrates with your Go application.

Differences between client-side and server-side SDKs:

SDK type Details Links to SDKs and integration docs
Server side These SDKs are designed for multi-user systems and are intended to be used in a trusted environment, such as inside a corporate network or on a web server. Node SDK{: external}
Documentation
Python SDK{: external}
Documentation
Go SDK{: external}
Documentation
Java SDK{: external}
Documentation
Client side These SDKs are designed for web and mobile applications. Android SDK{: external}
Documentation
JavaScript SDK{: external}
Documentation
React SDK{: external}
Documentation
Admin SDK Admin SDK is designed to perform {{site.data.keyword.appconfig_short}} service instance management. Use this SDK to create and manage {{site.data.keyword.appconfig_short}} resources like Collections, Environments, Feature flags, and Properties. App Configuration Admin SDK for Go{: external}
{: caption="List of {{site.data.keyword.appconfig_short}} server, client, and admin SDKs" caption-side="bottom"}

For more information about installation and technical concepts, see the 'readme file' document in the SDK.

You can also access these documents and download the SDKs from the {{site.data.keyword.appconfig_short}} console under SDKs on the navigation menu. {: note}