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
To be honest if I changed anything it would probably be the remove the http stuff all together - chances are there are other headers you want to add anyway - e.g. Content-Type - so I suspect these functions are essentially unused, and rather break the notion of 'do just 1 thing well'
Hi! Recently a colleague split the bearer token because of some security reasons, thus I ended up having to do this in all my HTTP calls:
Does it make sense to add
Http.{get|delete|put|post}
function libs to support that use case to this library? 🤔The text was updated successfully, but these errors were encountered: