Files
Kifi/kifi-api/scratch.dart

7 lines
143 B
Dart

import 'dart:convert';
import 'package:http/http.dart' as http;
void main() async {
final token = "YOUR_TOKEN"; // I don't have the token
}