mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-09-21 04:55:56 +02:00
Add documentation for libraries
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/// This library provides search functions for searching/scraping Jisho.org.
|
||||
///
|
||||
/// It provides a built-in http client and performs async requests to the server
|
||||
/// for different types of requests.
|
||||
library unofficial_jisho_api;
|
||||
import './src/objects.dart';
|
||||
import 'package:http/http.dart' as http;
|
||||
|
Reference in New Issue
Block a user