hello everyone:
my problem is that while i put 'location_datails':True in my params when I search for active projects using
https://www.freelancer.com/api/projects/0.1/projects/active/ \
i dont get the location of the project.
params = [
"limit", 3,
"full_description", True,
"location_details", True,
"compact", True,
]
the result is: 'country':{} 'timezone':{}
would you please help me solve this problem?