Files
flutter-picgo/lib/api/github_api.dart
2020-06-19 15:16:10 +08:00

7 lines
165 B
Dart

class GithubApi {
static const String BASE_URL = 'https://api.github.com/';
static const String UPLOAD_CONTENTS = 'repos/:owner/:repo/contents/:path'; //PUT
}