mirror of
https://github.com/foss42/apidash.git
synced 2025-05-28 20:27:04 +08:00
Update nomenclature
This commit is contained in:
@ -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