zxol / airbnbapi

Unofficial airbnb.com REST API wrapper for node.js
MIT License
218 stars 52 forks source link

v2 login endoing `/v2/logins` returns null. #46

Closed a-eid closed 4 years ago

a-eid commented 4 years ago
airbnb.login({ username: "email", password: "password" })
  .then(res => console.log(res))

// null 
a-eid commented 4 years ago

it looks like there is a typo in the readme >> username needs to be email.

a-eid commented 4 years ago

it does not return a token though!.