mirror of
https://github.com/foss42/apidash.git
synced 2025-08-24 13:01:39 +08:00
Update history_models.dart
This commit is contained in:
@ -77,21 +77,3 @@ final Map<String, dynamic> historyRequestModelJson2 = {
|
||||
"httpRequestModel": httpRequestModelPost10Json,
|
||||
"httpResponseModel": responseModelJson,
|
||||
};
|
||||
|
||||
/// Basic History Meta model 1
|
||||
final historyMetaModel3 = HistoryMetaModel(
|
||||
historyId: 'historyId3',
|
||||
requestId: 'requestId3',
|
||||
apiType: APIType.rest,
|
||||
url: 'https://reqbin.com/echo/options',
|
||||
method: HTTPVerb.options,
|
||||
timeStamp: DateTime(2024, 1, 1),
|
||||
responseStatus: 200,
|
||||
);
|
||||
|
||||
final historyRequestModel3 = HistoryRequestModel(
|
||||
historyId: 'historyId3',
|
||||
metaData: historyMetaModel3,
|
||||
httpRequestModel: httpRequestModelOptions1,
|
||||
httpResponseModel: responseModel,
|
||||
);
|
||||
|
Reference in New Issue
Block a user