Jeka Kiselyov
Jeka Kiselyov
@thangngoc89 @fengdh guys, FYI. There's need for it for my server-side project, so I ported it to node.js: https://github.com/jeka-kiselyov/mdict Sad, but there's no backward compatibility(it doesn't run in browser, as...
Signed, Tactful Seal
You are right, it's outdated. Based on https://github.com/jeka-kiselyov/dimeshift/blob/e74e9d239ce41a80bacb0f8ea3277dd120efb3c9/includes/api.js we need to use cookie with name 'logged_in_user' to set auth code for requests. Check out how it works here: https://github.com/jeka-kiselyov/dimeshift/blob/e74e9d239ce41a80bacb0f8ea3277dd120efb3c9/includes/routes/users/signin.js Get...
Sorry for delayed response @maheshchari Yes, would be great. Marked this as help-wanted if someone wants to cover this.
If you are talking about very first example from readme - I think it depends on the directory from which you run 'node yourscript.js'. But in most cases it's project...
@MycroftHolmes1989 to be honest, I personally don't use typescript at all. So probably I will not do this in near future. But if you have some time to cover this...