75674df502
ClientAPI: use Axios ServerAPI: use @koa/router FullDate: wrapped Date only class APIPromise: enhanced Promise on api response application/json only(multipart/*, image/*, ... are not supported) get, post, put, delete, patch only
3 lines
167 B
TypeScript
3 lines
167 B
TypeScript
import { ConfigUser } from './Config';
|
|
import { OpenAPI } from './OpenAPI';
|
|
export default function codegen(openAPI: OpenAPI, configUser: ConfigUser): Promise<any[]>;
|