feature:封装api请求类

This commit is contained in:
hackycy
2020-06-17 10:57:06 +08:00
parent 0aca6d9d56
commit 1a41e037f5
2 changed files with 21 additions and 0 deletions

5
lib/api/github_api.dart Normal file
View File

@@ -0,0 +1,5 @@
class GithubApi {
static const String BASE_URL = 'https://api.github.com/';
}