how json read record from odoo and post to web and return to odoo
This question has been flagged
1
Reply
3900
डेटा देखने का तरीका
def get_api_token(self):
data = {
'api_key': self.paymob_publishable_key
}
api_token = requests.post("https://accept.paymob.com/api/auth/tokens", json=data)
token = api_token.json()['token']
print(token)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
0
जुल॰ 22
|
4282 | ||
|
|
0
जून 26
|
342 | ||
|
|
0
मार्च 26
|
16 | ||
|
Timesheet App in backoffice
Solved
|
|
2
मार्च 26
|
4449 | |
|
|
1
नव॰ 25
|
9459 |