seven-technologies-cloud / pythonrest

Creative Commons Zero v1.0 Universal
10 stars 4 forks source link

Check usages of the decorator validate_json_loads_request_data #31

Open leo-viana opened 9 months ago

leo-viana commented 9 months ago

Goal

Check if this decorator is really not being used and validate if there exists some place that would benefit of having this decorator to it. If not, remove this function and class from the code.

Description

This decorator seems to be a working function but it also does not seem to be used anywhere on the code.

Classes to be changed

JsonLoadsDecorator.py