mirror of
https://github.com/foss42/apidash.git
synced 2025-09-21 04:22:50 +08:00
Update codegen.dart
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
import 'package:apidash/codegen/julia/http.dart';
|
|
||||||
import 'package:apidash/models/models.dart' show RequestModel;
|
import 'package:apidash/models/models.dart' show RequestModel;
|
||||||
import 'package:apidash/consts.dart';
|
import 'package:apidash/consts.dart';
|
||||||
import 'dart/http.dart';
|
import 'dart/http.dart';
|
||||||
@ -10,6 +9,7 @@ import 'js/axios.dart';
|
|||||||
import 'js/fetch.dart';
|
import 'js/fetch.dart';
|
||||||
import 'others/har.dart';
|
import 'others/har.dart';
|
||||||
import 'others/curl.dart';
|
import 'others/curl.dart';
|
||||||
|
import 'julia/http.dart';
|
||||||
|
|
||||||
class Codegen {
|
class Codegen {
|
||||||
String? getCode(
|
String? getCode(
|
||||||
|
Reference in New Issue
Block a user