azure-devops-python-api
azure-devops-python-api copied to clipboard
Update README.md. Example is erroring with `No attibute value for project`
- Current example errors with:
for project in get_projects_response.value: AttributeError: 'list' object has no attribute 'value' - Updating to print project names
- See https://github.com/microsoft/azure-devops-python-api/issues/467