How do I get best odoo rest api documentation? - python-2.7

Please share odoo rest api documentation for beginners...using python

Did you see official one? Or you looks for something else? https://www.odoo.com/documentation/9.0/api_integration.html

Related

Integration of razorpay payment gatway with django application

I am a beginner in django and i want to integrate razorpay with django application but not getting any proper documentation
can anyone help me to provide step by step documentation or any github link.
Thank you.
https://github.com/razorpay/razorpay-python
no there isn't any the only thing you can do now is to follow the guide from official website and make your own the needed steps for the python integration is given in the link

Is there a loopback-soap-connector example?

I would like to use Loopback to do CRUD via SOAP after having expose it as REST with the SOAP connector (https://docs.strongloop.com/display/public/LB/SOAP+connector). Can someone provide me code examples of this? I have not been able to find such docs anywhere.
There's one in the loopback-example repo:
https://github.com/strongloop/loopback-example-connector/tree/soap

how to setup user authentication in django

I've been using Django to make this Web Service and I'm wondering how to make the user authentication work. I heard that there's a built-in method to do it in Django, but I can't find it. Does anyone have some experience in how to do this?
The tutorial on djangoproject.com is fairly good for explaining this.
See: https://docs.djangoproject.com/en/1.5/topics/auth/

How to use Bugzilla API in C#

I want to use the Bugzilla API to create a bug in C#.
Here is the link for the API:
http://www.bugzilla.org/docs/tip/en/html/api/
I should use the WebService API, see:
http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html
But I don't know how to use it. Can someone help me?
Tried bugzproxy?

How to connect rails 3.1.1 to webservice Amazon to get info of books

I need to connect to Amazon WebServices to get the info of a book with the ISBN given by the user.
The problem is that I don`t know how to do this. I donĀ“t have found any good documentation to do this in google. I have seen this article
http://aws.amazon.com/articles/846
but it doesn`t explain the steps to do this.
I am newby in rails. So, anybody can give tips to do this?
Which is the best gem to connect to Amazon WebServices with Rest? Or which is the best gem to attack to REST WebServices?
Which is exactly the name of the webservice of Amazon to get the info?
Do you know any article to do this?
There's a couple of gems that can help your app interface with the Amazon API. The one I use at present is called amazon_product, and you can find it here: https://github.com/hakanensari/amazon_product/