Closed matthewshirley closed 9 years ago
Thanks for the PR!
This package is merely a proof of concept so far, and I don't have much time to develop it at the moment. A few things, i think should be developed for this wrapper:
To get information about payload and API endpoints you can use a local proxy like Charles or mimtproxy to forge HTTP requests coming from the app. I've described this process in details in this article. One you set the thing up, it's pretty straighforward to get the API topology by simply playing with the app.
I encourage you or anyone else interested to do that, and I'll integrate changes into the package If you have any questions, feel free to shoot me an email, I'll gladly assist.
Thanks for the feedback!
I've only started developing with Python so things are a little sketchy. I have pushed some updates which hopefully are correct. This push is using the same API key.
I discovered in the AirBNB API that /listings/{roomid} is an request that works. So I've added it in.