Redundant Region Parameters
Severity: Low
Files:
Description
Many functions include a region parameter in requests, but the client already has a region field. This is redundant and could be handled centrally.
Affected Locations:
Suggested Fix
Handle region centrally in the client and remove redundant region parameters from individual functions.
Labels: refactor, improvement
Redundant Region Parameters
Severity: Low
Files:
Description
Many functions include a
regionparameter in requests, but the client already has a region field. This is redundant and could be handled centrally.Affected Locations:
Suggested Fix
Handle region centrally in the client and remove redundant region parameters from individual functions.
Labels: refactor, improvement