Skip to content

Commit

Permalink
Updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 7, 2024
1 parent ceb15e1 commit cf8b9df
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 101 deletions.
3 changes: 1 addition & 2 deletions lib/src/endpoints.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import 'models/search_order.dart';

/// Pub.dev api Endpoints
class Endpoint {
static const defaultBaseUrl =
'https://pub.dartlang.org'; // Use pub.dev instead?
static const defaultBaseUrl = 'https://pub.dev';

final String baseUrl;
late final String apiUrl;
Expand Down
1 change: 1 addition & 0 deletions lib/src/models/package_metrics_model.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../../pub_api_client.dart';
import 'package_score_card.dart';

/// Package Metrics Model
Expand Down
Loading

0 comments on commit cf8b9df

Please sign in to comment.