forked from lxm_tools/flutter-picgo
7 lines
169 B
Dart
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
|
|
|
|
} |