pksunkara / alpaca

Given a web API, Generate client libraries in node, php, python, ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change password & username defaults in docs

herkyl opened this issue · comments

commented

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 'api_key' is not an username. I think you mean to say something else. Can you explain what exactly you want to do?