mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
GraphQL autocomplete and duplicate request
This commit is contained in:
6
src-web/lib/sendEphemeralRequest.ts
Normal file
6
src-web/lib/sendEphemeralRequest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { invoke } from '@tauri-apps/api';
|
||||
import type { HttpRequest, HttpResponse } from './models';
|
||||
|
||||
export function sendEphemeralRequest(request: HttpRequest): Promise<HttpResponse> {
|
||||
return invoke('send_ephemeral_request', { request });
|
||||
}
|
||||
Reference in New Issue
Block a user