-
Notifications
You must be signed in to change notification settings - Fork 41
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
Removes all FE1 client functions #380
Conversation
) | ||
version = client.version.create(input) | ||
``` | ||
""" | ||
|
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.
@JR-Morgan, this is really minor, but ServerTransport
still has stream_id
as an attribute and as arg in __init__
. Should we consider renaming this to project_id
to align it with the rest of the library?
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.
Good point. I think there's still a couple places left in the SDK that we should update to the new naming.
I'll do this in a separate PR
|
Blocked by #384