forked from lxm_tools/flutter-picgo
feature:创建GithubContent模型
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user