forked from lxm_tools/flutter-picgo
feature:封装api请求类
This commit is contained in:
5
lib/api/github_api.dart
Normal file
5
lib/api/github_api.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class GithubApi {
|
||||
|
||||
static const String BASE_URL = 'https://api.github.com/';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user