-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial support for what will be in ietf-asdf-nipc-02 draft #76
Conversation
Pending items: * Gateway changes * Java SDK and sample app changes * Support for new APIs
@@ -13,22 +13,21 @@ | |||
|
|||
""" | |||
|
|||
from typing import List, Optional |
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.
Can you explain this change?
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.
Did they rename List to Sequence?
Returns: | ||
TiedieResponse[IDQuery]: Response with the ID of the device. | ||
""" | ||
tiedie_request = TiedieBasicRequest(device=device) |
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 just a rename?
* Updated to latest changes in SCIM draft * Updated to latest changes in SCIM draft * Updated to latest changes in SCIM draft * Initial support for what will be in ietf-asdf-nipc-01 draft. Pending items: * Gateway changes * Java SDK and sample app changes * Support for new APIs * Change dataAppID to uuid in test * Add scim tests * Updated data_app proto * Lint fix * Updated to asdf-nipc-02 APIs * Ignore new pytest error * Minor scim fixes * Lint fix
Pending items: