cardyb library

Classes

LinkPreview
Represents information of link preview.
Request
A class that represents a Request sent during HTTP communication.
Response<D>
The class represents the response from the server.

Functions

findLinkPreview(Uri url, {String service = core.defaultLinkPreviewService, GetClient? mockedGetClient}) Future<Response<LinkPreview>>
Returns link preview information for a given url.

Exceptions / Errors

HttpException
This exception indicates that an unexpected error occurred when communicating with the the server.