Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: About rest api

by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
- 12/05/2020 11:29:42
Hello Achraf,

I understand you want to implement a REST Client in Odoo to use an external web service.

This sends you back to plain Python and is not Odoo specific.
So you should start creating your Python script to play with the API.
That will probably learning about the Requests library.

When you get that working, then you need to "plug" it in Odoo, adding the code triggering your API calls, such as a button method or a scheduler job.


Good luck
Daniel Reis


On 11/05/2020 21:37, EL IDRISSI Mohamed Achraf wrote:
Hello, 

I hope you are doing well.

I'm a developer and i want to use your app rest api the get a bi-direction web service (odoo and another system web service) and I'm stuck because i don't know how to use the web service client with odoo to sent (POST and GET) information and data from their system.

Please help me with a documentation or another app that can provides this service.

Thank you

ACHRAF

Best regards 

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe


Reference