You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like requestify.
But it needs from polish to truly be that thing I keep seeing all over the internet that you say you want it to be.
For instance, IMO, it is a design flaw/ short sighting that you can not do a simply.
var options = { header: { ... blabla ... }, body { ... blablaagain ... } };
requestify.post(url, options);
The text was updated successfully, but these errors were encountered:
I really like requestify.
But it needs from polish to truly be that thing I keep seeing all over the internet that you say you want it to be.
For instance, IMO, it is a design flaw/ short sighting that you can not do a simply.
var options = { header: { ... blabla ... }, body { ... blablaagain ... } };
requestify.post(url, options);
The text was updated successfully, but these errors were encountered: