Using Azure Digital Twins SDKs
You can use the official Azure Digital Twins SDKs (Python, .NET, JavaScript) to connect to AgeDigitalTwins, as it is API-compatible with Azure Digital Twins.
You can use the official Azure Digital Twins SDKs (Python, .NET, JavaScript) to connect to AgeDigitalTwins, as it is API-compatible with Azure Digital Twins.
Authentication
- For self-hosted deployments, you may need to configure authentication (e.g., Azure AD, custom JWT, or API keys). See your deployment's documentation for details.
- For hosted (Konnektr) deployments, follow the authentication instructions provided by your service provider.
Example: Python
Example: .NET
Example: JavaScript
Note: If you encounter authentication errors, check your API's authentication requirements and ensure your credentials are valid for the target environment.