Hi All,
i've been trying to call various endpoints from the psi, such as
https://{domain}.sharepoint.com/DEV/_vti_bin/psi/project.asmx?wsdl
https://{domain}.sharepoint.com/DEV/_vti_bin/psi/resource.asmx?wsdl
"https://{domain}.sharepoint.com/sites/DEV/_vti_bin/psi/project.svc"
"https://{domain}.sharepoint.com/sites/DEV/_vti_bin/psi/resource.svc"
of which return 404 errors.
fwiw i am trying to make these calls with python-requests
Many Thanks