Kludex / Kludex/fastapi-tips

Do not use `Request`/`Response` names in models

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
3.6k
Forks
147
Avg merge
5m
Merged PRs (30d)
1

Description

Do not use `Request`/`Response` names in the input/output models for your API.

Those names conflict with the real meaning. Some alternatives are `Input`, ``, `Output`, etc.

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the repository's input/output API models and identify uses of Request and Response; the issue does not name a file or test. Replace those model names with context-appropriate alternatives such as Input, Create/Update, or Output, and confirm no API model still uses the conflicting names.

Written by the indexing model from the issue text.

Assessment

Tech stack
fastapi
Domain
api
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.