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
94 B
TypeScript
3 lines
94 B
TypeScript
export * from './APIPromise';
|
|
export * from './FullDate';
|
|
export * from './StrictTypeParser';
|