II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--api-design-specification
specializations/sdk-platform-development/api-design-specification overview
API Design Specification - Create comprehensive API design following RESTful, GraphQL, or gRPC best practices including resource-oriented design, URL conventions, request/response schemas, and error handling patterns.
Attributes
displayName
specializations/sdk-platform-development/api-design-specification
description
API Design Specification - Create comprehensive API design following RESTful, GraphQL, or gRPC best practices
including resource-oriented design, URL conventions, request/response schemas, and error handling patterns.
libraryPath
library/specializations/sdk-platform-development/api-design-specification.js
specialization
sdk-platform-development
references
- - OpenAPI Specification: https://spec.openapis.org/oas/latest.html
- - Google API Design Guide: https://cloud.google.com/apis/design
- - Microsoft REST API Guidelines: https://github.com/microsoft/api-guidelines
example
const result = await orchestrate('specializations/sdk-platform-development/api-design-specification', {
projectName: 'CloudAPI',
apiType: 'REST',
resources: ['users', 'organizations', 'projects'],
authMethods: ['api-key', 'oauth2'],
versioningStrategy: 'url-path'
});
usesAgents
- api-design-reviewer
- error-message-reviewer
- security-review-agent
- compatibility-auditor
- 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:architecture-decision-record·WorkflowArchitecture Decision Record
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--api-design-reviewer·LibraryAgentapi-design-reviewer
- lib-agent:sdk-platform-development--error-message-reviewer·LibraryAgenterror-message-reviewer
- lib-agent:sdk-platform-development--security-review-agent·LibraryAgentsecurity-review-agent
- lib-agent:sdk-platform-development--compatibility-auditor·LibraryAgentcompatibility-auditor
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.