tencent_cloud_api_serverpod

pub package

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

Libraries

tencent_cloud_api_serverpod
Serverpod helpers for Tencent Cloud API config loading.