Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 842 Bytes

File metadata and controls

18 lines (11 loc) · 842 Bytes

Tech: HTTP/JSON API

This directory contains technology-specific conventions for HTTP/JSON APIs.

Surface strategy before coding

When an API family is being split or moved, decide the surface strategy before implementation. Record the chosen path scheme, client split, compatibility paths, and auth boundary in the spec, plan, or task notes. Keep that decision aligned across controllers, security rules, OpenAPI, and test clients.

Index

Related skills