pksunkara / alpaca

Given a web API, Generate client libraries in node, php, python, ruby
Mozilla Public License 2.0
2.45k stars 89 forks source link

Change password & username defaults in docs #71

Open herkyl opened 9 years ago

herkyl commented 9 years ago

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 commented 9 years ago

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