-
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
update documentation per latest version #34
Conversation
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.
In the previous sdk_version, we provide user the ability to pass additional arguments as parameters, like in start_transformation. But in the new version, this is currently not possible (here). Should we be supporting additional arguments in the new version?
@csadorf @pablo-de-andres Please let me know your thoughts
No, the API is well-defined in the standard-app-api and the updateTransformation operation does not accept any arguments in addition to the state update. This is restrictive on purpose to maintain compatibility between different apps that implement this API. A user can provide additional arguments in the form of parameters when they create the transformation: https://github.com/materials-marketplace/standard-app-api/blob/7ad7e680b27df0bfd306fb450e1baf5b8a46a49a/marketplace_standard_app_api/models/transformation.py#L28-L29 |
4fa1019
to
e0ee9be
Compare
Is this ready for another review? |
e0ee9be
to
2a96b8d
Compare
Issues addressed: #33