ebay-ml-lister/oauth_fetch.py

7 lines
130 B
Python

import json
import config as cfg
import ebay_api
import requests
req_endpoint = "https://api.ebay.com/identity/v1/oauth2/token"