Validate API

Use to validate a backend HTTP/RPC API — REST or RPC endpoints — against its spec by driving the running server as a real client — curl/http requests asserting status codes, body shape, and persistence — before merging. Covers the happy paths and the edge/error criteria that unit tests pass in isolation but miss against a live server. Also discovers and persists the local run command when the repo does not document how to start the backend.

jayden-dang c554f4d 2 files · 5.0 KB Updated

File contents

jayden-dang/skills/tree/main/skills/acceptance/validate-api commit c554f4d4cf

Frequently asked questions

npx skillmds@latest add jayden-dang/validate-api