mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 01:06:46 +08:00
Update nomenclature
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import 'package:apidash/models/models.dart' show RequestModel;
|
||||
import 'package:apidash/consts.dart';
|
||||
import 'dart/pkg_http.dart';
|
||||
import 'kotlin/pkg_okhttp.dart';
|
||||
import 'python/pkg_http_client.dart';
|
||||
import 'python/pkg_requests.dart';
|
||||
import 'dart/http.dart';
|
||||
import 'kotlin/okhttp.dart';
|
||||
import 'python/http_client.dart';
|
||||
import 'python/requests.dart';
|
||||
import 'others/har.dart';
|
||||
import 'others/curl.dart';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import 'package:apidash/codegen/dart/pkg_http.dart';
|
||||
import 'package:apidash/codegen/dart/http.dart';
|
||||
import 'package:test/test.dart';
|
||||
import '../request_models.dart';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import 'package:apidash/codegen/kotlin/pkg_okhttp.dart';
|
||||
import 'package:apidash/codegen/kotlin/okhttp.dart';
|
||||
import 'package:test/test.dart';
|
||||
import '../request_models.dart';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import 'package:apidash/codegen/python/pkg_http_client.dart';
|
||||
import 'package:apidash/codegen/python/http_client.dart';
|
||||
import '../request_models.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import 'package:apidash/codegen/python/pkg_requests.dart';
|
||||
import 'package:apidash/codegen/python/requests.dart';
|
||||
import '../request_models.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
|
Reference in New Issue
Block a user