Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

File metadata and controls

27 lines (18 loc) · 1.04 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.

Requirements

  1. Python version >= 2.7.
  2. If using Ark runtime (volcenginesdkarkruntime), Python version >= 3.6 is required.

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
  4. Proxy — HTTP(S) Proxy Configuration
  5. Timeout — Request Timeout Configuration
  6. Retry — Retry Strategy, Backoff Strategy
  7. Error Handling — Exception Handling
  8. Debugging — Debug Mode, Log Output

English | 中文