feature:创建GithubContent模型

This commit is contained in:
hackycy
2020-06-23 18:36:28 +08:00
parent 31b9a996fe
commit b5819cb640
2 changed files with 67 additions and 3 deletions

View File

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