alpaca icon indicating copy to clipboard operation
alpaca copied to clipboard

Change password & username defaults in docs

Open herkyl opened this issue 9 years ago • 1 comments

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'
});

herkyl avatar May 02 '15 11:05 herkyl

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

pksunkara avatar May 16 '15 06:05 pksunkara