zxol/airbnbapi

Include a default auth token for working with a single account

zxol opened this issue · 0 comments

zxol commented

For use cases where the library is used with a single account, having to supply the same token for every call is redundant.

Including a .setDefaultToken(token) method would solve this.