Tag

Interface Standards

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 2, 2022 · Backend Development

Understanding API Documentation: Purpose, Standards, and Efficient Production

This article explains what API documentation is, why it is essential for backend development, outlines standard interface specifications, and discusses efficient ways to produce and maintain API docs, including the use of modern tooling to automate generation and testing.

API DocumentationInterface Standardsautomation
0 likes · 4 min read
Understanding API Documentation: Purpose, Standards, and Efficient Production
Top Architect
Top Architect
Sep 24, 2022 · Frontend Development

Guidelines for Frontend‑Backend Separation and API Specification

This article explains why and how to separate frontend and backend responsibilities, outlines the evolution from MVC to SPA architectures, and provides detailed API request and response conventions—including JSON formats, pagination, and special field handling—to improve collaboration and reduce integration effort.

API designInterface StandardsSPA
0 likes · 10 min read
Guidelines for Frontend‑Backend Separation and API Specification