feat: add open api client and types for API integration

This commit is contained in:
arraysid
2025-05-19 13:33:09 +07:00
parent 2de5fd56d8
commit 795bcb6ab1
4 changed files with 1362 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { paths } from '@/openapi-types';
import createClient from 'openapi-fetch';
export const fetcher = createClient<paths>({
baseUrl: 'https://api.imphnen.dev',
});
File diff suppressed because it is too large Load Diff