Establish API versioning and pagination response standard #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
API responses have no version field. When the schema changes, clients have no way to detect or handle the difference. Combined with missing pagination metadata (#13), clients cannot build reliable pagination UI.
Required Actions
api_version: strto all response schemas (current value:"v1")PaginatedResponse[T](from #13) as the standard for all list endpointsAGENTS.python.md:/api/v2/)/openapi.jsonagainsttests/contracts/openapi.baseline.json— fails CI on breaking changesopenapi.baseline.jsonintentionally when a breaking change is approvedAcceptance Criteria
PaginatedResponse