shyx-make-api
v0.0.2
Published
```sh npm init tsc --init ```
Downloads
2
Readme
npm init
tsc --init
{{!--
{{/post}}
{{#get}}
{{methodName}} = () => this.http.get<{{resType}}>({{reqUrl}}
);
{{/get}}
{{#post}}
{{methodName}} = () => this.http.post<{{resType}}>({{reqUrl}}
);
{{/post}}
{{#delete}}
{{methodName}} = ({{params}}) => this.http.delete<{{resType}}>({{reqUrl}}
, noteUpdateDto);
{{/delete}}
{{#put}}
{{methodName}} = ({{params}}) => this.http.put<{{resType}}>({{reqUrl}}
, noteUpdateDto);
{{/put}} --}}