|
|
|
|
|
by noir_lord
2900 days ago
|
|
I just use this https://labs.omniti.com/labs/jsend and typed it up via TS. It makes for nice code. Promise<JSendApiResponse>
With the benefit of HTTP level stuff not been mapped onto application level stuff.I like KISS with this kind of thing and if you need a more complex solution it handles that as a starting point. |
|