Is your feature request related to a problem? Please describe.
Most of the time, developers are not willing to write the proper description for their operations, and it makes the API documentation week. It is hard to determine what will happen on calling, but there are typical endpoints like query endpoints (GET or POST) that returns data based on different predicates or endpoints that are creating resources on the server.
With the query endpoints different annotations could be introduced to make sure that the fields are annotated with the predicate types (FULL_EQUALITY, PARTIAL, GREATER_THAN, GREATER, LESS_THAN, LESS etc) to make sure those information will end up for the end users too.
TODO: Finish the idea properly.
Is your feature request related to a problem? Please describe.
Most of the time, developers are not willing to write the proper description for their operations, and it makes the API documentation week. It is hard to determine what will happen on calling, but there are typical endpoints like query endpoints (GET or POST) that returns data based on different predicates or endpoints that are creating resources on the server.
With the query endpoints different annotations could be introduced to make sure that the fields are annotated with the predicate types (FULL_EQUALITY, PARTIAL, GREATER_THAN, GREATER, LESS_THAN, LESS etc) to make sure those information will end up for the end users too.
TODO: Finish the idea properly.