Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Change password & username defaults in docs #71

Open
herkyl opened this issue May 2, 2015 · 1 comment
Open

Change password & username defaults in docs #71

herkyl opened this issue May 2, 2015 · 1 comment

Comments

@herkyl
Copy link

herkyl commented May 2, 2015

Right now Node.js's README writes:

var client = foo.bar({
  username: 'pksunkara',
  password: 'password'
});

Is it possible to change it to:

var client = foo.bar({
  username: 'api_key',
  password: 'api_secret'
});
@pksunkara
Copy link
Owner

@herkyl 'api_key' is not an username. I think you mean to say something else. Can you explain what exactly you want to do?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants