Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update apis to match 6.0 RTW #355

Merged
merged 1 commit into from
Aug 13, 2020
Merged

update apis to match 6.0 RTW #355

merged 1 commit into from
Aug 13, 2020

Conversation

tedchamb
Copy link
Member

No description provided.

@tedchamb tedchamb merged commit a1988c8 into dev Aug 13, 2020
@tedchamb tedchamb deleted the users/tedchamb/60rtm branch August 15, 2020 19:51
Comment on lines -271 to -286
response_value = self._deserialize('[Build]', self._unwrap_collection(response))
continuation_token = self._get_continuation_token(response)
return self.GetBuildsResponseValue(response_value, continuation_token)

class GetBuildsResponseValue(object):
def __init__(self, value, continuation_token):
"""
Response for the get_builds method

:param value:
:type value: :class:`<[Build]> <azure.devops.v5_1.build.models.[Build]>`
:param continuation_token: The continuation token to be used to get the next page of results.
:type continuation_token: str
"""
self.value = value
self.continuation_token = continuation_token
Copy link

@watsnav watsnav Apr 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @tedchamb,
It seems that here we are loosing support for continuation token, which was added in v5.1 in #258. Forgive me, if this is an intended change. I am not sure, how would I get continuation token while using v6.0

pull bot pushed a commit to tooniez/azure-devops-python-api that referenced this pull request Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants