Request
Path
Annotation that defines the request path and its parameters for API requests.
The @RequestPath
annotation is used to
make the request path, path parameters, query parameters, and body parameters more
readable and easier to manage in API request methods. It supports multiple types of
parameters including path, query, and body parameters, helping to organize the API
request construction in a more structured and understandable way.
Author
N7ghtm4r3 - Tecknobit
Properties
The body parameters of
the request formatted as key_parameter_one,
key_parameter_two
The HTTP method for the request
A comma-separated list of path parameter names for dynamic segments in the URL
A list of query
parameters for the request, formatted as key_parameter_one,
key_parameter_two