Files
flutter-picgo/lib/api/github_api.dart
2020-06-23 18:36:28 +08:00

7 lines
169 B
Dart

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