Hi,
I'm fairly new to odoo and am exploring odoo's features. I'm even newer to API's, just started learning on them.
As i was searching for how to connect to api's using odoo, the results weren't much satisfactory and the documentation was also so-so for a newbie like me, so i'm expecting odoo experts on here to help me out.
I have a simple api ( https://reqres.in/api/users/2 ) which returns some sample data when called, Now how do i connect or call it in python and display the returned values in xml?
Thanks in advance