`api_keys = json.load(open("apikeys.json",'r'))
client = api.ClientV1(api_key=api_keys["PLANET_API_KEY"])
- What is the apikeys.json file I should? I don't have any such file`.
2, Should I paste my planet API key in place of PLANET_API_KEY?
Please help me
Thank you