Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 387 Bytes

File metadata and controls

10 lines (7 loc) · 387 Bytes

Common FastAPI requests/responses

Shared conventions used across all FastAPI endpoints in PyPNM.

Contents

Topic Purpose
Request Body structure, field types, required/optional fields, timestamps/units, example payloads.
Response Standard success wrapper, error envelope/codes, pagination/cursors, file artifacts, examples.