Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.18 KB

File metadata and controls

27 lines (18 loc) · 1.18 KB

Overview(中文) | Credentials →


SDK Integration

When calling APIs, it is recommended to integrate the SDK in your project. Using the SDK simplifies development, speeds up integration, and reduces long-term maintenance costs. Volcengine SDK integration typically includes three steps: importing the SDK, configuring access credentials, and writing API call code.

Requirements

  1. Go version >= 1.14.
  2. If you use Ark service (service/arkruntime), Go version >= 1.18 is required.
  3. It is recommended to use go mod for dependency management.

Table of Contents

  1. Credentials — AK/SK, STS, AssumeRole, OIDC, SAML, ECS Role, Default Chain
  2. Endpoint Configuration — Custom Endpoint, RegionId, Automatic Resolution
  3. Transport — HTTP Connection Pool, HTTPS Scheme, SSL Verification, TLS Version, HTTP(S) Proxy
  4. Timeout — Global Timeouts, Per-API Timeout
  5. Retry — Retry Strategy
  6. Error Handling — Exception Handling
  7. Debugging — Debug Mode, Log Output

English | 中文