feature:完成直接图片上传Github

This commit is contained in:
hackycy
2020-06-19 15:16:10 +08:00
parent 3650e57396
commit 12f8e905d8
6 changed files with 229 additions and 30 deletions

View File

@@ -2,4 +2,6 @@ class GithubApi {
static const String BASE_URL = 'https://api.github.com/';
static const String UPLOAD_CONTENTS = 'repos/:owner/:repo/contents/:path'; //PUT
}