pathTemplate property
The URL path template, optionally containing :parameter interpolation tokens.
Example: '/api/v1/projects/:projectId/tasks/:taskId'
Implementation
final String pathTemplate;
The URL path template, optionally containing :parameter interpolation tokens.
Example: '/api/v1/projects/:projectId/tasks/:taskId'
final String pathTemplate;