#25 Refactor login and logout requests to utils file #26
Reference in New Issue
Block a user
Delete Branch "#25-request-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #25
Moved
sendLoginRequestandsendLogoutRequesttoutils.tssendLoginRequestandsendLogoutRequestreturnPromise<object>.If the request responses with an error, the returned object sets a flag
isErrorto the caller knows that something went wrong.