tencent_cloud_api_serverpod 0.2.0
tencent_cloud_api_serverpod: ^0.2.0 copied to clipboard
Serverpod helpers for Tencent Cloud API credentials in passwords.yaml.
tencent_cloud_api_serverpod #
Serverpod helpers for loading Tencent Cloud API credentials from passwords.yaml.
Installation #
dependencies:
tencent_cloud_api_serverpod: ^0.2.0
Usage #
shared:
tencentSecretId: 'your-secret-id'
tencentSecretKey: 'your-secret-key'
import 'package:tencent_cloud_api_serverpod/tencent_cloud_api_serverpod.dart';
final apiConfig = TencentCloudApiConfigServerpod.fromServerpod(
pod,
appConfig: const TencentCloudApiAppConfig(
region: 'ap-guangzhou',
),
);
License #
MIT