ajm5774 / KnD

Karma and Dragons
0 stars 0 forks source link

Switch to a more modern HTTP package to deprecate RequestBuilder and RequestMaker #16

Open ajm5774 opened 5 years ago

ajm5774 commented 5 years ago

There are more modern HTTP libraries, so we don't have to implement our own wrappers such as RequestBuilder/RequestMaker. Axios is a good candidate, but some exploration will need to be done to see if it is an ideal fit.