debugUnfurl abstract method
- @POST.new('/unfurl')
- @Body.new() required UnfurlRequest body,
Debug URL unfurl.
Resolves a single URL through the unfurler without reading from the unfurl cache.
body - Name not received - field will be skipped.
Implementation
@POST('/unfurl')
Future<UnfurlResponse> debugUnfurl({@Body() required UnfurlRequest body});