This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FF-1677 Python SDK UFC update #28
FF-1677 Python SDK UFC update #28
Changes from 7 commits
72d1ee5
35b6151
a3a4833
aed5425
8ba3330
26006ec
36a3e18
0df2809
571c2c7
c698818
209bfea
bdcbb61
7cae3d5
a95e0d8
4252e78
9f8f7f7
6d38056
17f09b5
a517779
b231589
502f8f3
2ba14c1
6a0f3d3
6ec21dd
e55e88f
5cb9830
7897a67
0506aaa
de969b0
dcbe36e
b0ad9c1
8248353
9fda450
2c0b6cf
1b830d8
3931550
6f35c5a
82bfa59
4864085
67c439f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aarsilv this function returns the FlagEvaluation object, which I currently consider to be the "detailed view of assignment".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part of the "public" API then? Developers who want the full return object call this one instead of get__assignment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is my thought -- but open to feedback.
For example: should we have typed versions of the detailed version?