Skip to content

JinaReaderClient

Category: Web

Source: jina_reader_client.dart

Classes

JinaReaderClient

Constructor

dart
JinaReaderClient({
    this.baseUrl = 'https://r.jina.ai',
    this.apiKey,
    this.timeoutSeconds = 30,
    http.Client? client,
  })

Properties

PropertyTypeDescription
baseUrlString
apiKeyString?
timeoutSecondsint

Methods

Uri buildReaderUrl(String targetUrl)
Future<String?> fetch(String url)

Released under the MIT License.