II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--multi-language-sdk-strategy
specializations/sdk-platform-development/multi-language-sdk-strategy overview
Multi-Language SDK Strategy - Define strategy for supporting multiple programming languages with consistent features, evaluating handwritten vs generated SDK tradeoffs, and establishing language-specific idiom guidelines.
Attributes
displayName
specializations/sdk-platform-development/multi-language-sdk-strategy
description
Multi-Language SDK Strategy - Define strategy for supporting multiple programming languages with consistent
features, evaluating handwritten vs generated SDK tradeoffs, and establishing language-specific idiom guidelines.
libraryPath
library/specializations/sdk-platform-development/multi-language-sdk-strategy.js
specialization
sdk-platform-development
references
- - Azure SDK Guidelines: https://azure.github.io/azure-sdk/
- - OpenAPI Generator: https://openapi-generator.tech/
- - Smithy: https://smithy.io/
example
const result = await orchestrate('specializations/sdk-platform-development/multi-language-sdk-strategy', {
projectName: 'CloudAPI SDK',
targetLanguages: ['typescript', 'python', 'go', 'java', 'csharp'],
apiSpecPath: './openapi.yaml',
featureParity: { core: true, advanced: 'per-language' },
generationStrategy: 'hybrid'
});
usesAgents
- cross-language-consistency-agent
- template-customization-agent
- test-coverage-analyzer
- platform-architect
- technical-writer-agent
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:sdk-platform-development·Specialization
lib_covers_topic2
- topic:api-design·TopicAPI Design
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:strategic-planning·WorkflowStrategic Planning
lib_involves_role1
lib_requires_skill_area2
- skill-area:sdk-codegen·SkillAreaSDK Code Generation
- skill-area:api-clients-sdks·SkillAreaAPI Clients and SDKs
uses_agent5
- lib-agent:sdk-platform-development--cross-language-consistency-agent·LibraryAgentcross-language-consistency-agent
- lib-agent:sdk-platform-development--template-customization-agent·LibraryAgenttemplate-customization-agent
- lib-agent:sdk-platform-development--test-coverage-analyzer·LibraryAgenttest-coverage-analyzer
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.