You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have got some requests from reviewers to add an ability to view how a specific class or API is defined in other languages without actually opening that review. For e.g. When someone reviews swagger file and want to see how a specific REST API looks in Python SDK.
We will need to add an option in review page to ask users if they want to see this API in other supported languages and show the API details as a projected sub window and allow user to open that review page in a window so they can comment on it.
Currently we do not have any metadata to identify APIs across language SDK reviews. This project requires some additional metadata added by code generators so we can identify similar APIs across languages.
We have got some requests from reviewers to add an ability to view how a specific class or API is defined in other languages without actually opening that review. For e.g. When someone reviews swagger file and want to see how a specific REST API looks in Python SDK.
We will need to add an option in review page to ask users if they want to see this API in other supported languages and show the API details as a projected sub window and allow user to open that review page in a window so they can comment on it.
Currently we do not have any metadata to identify APIs across language SDK reviews. This project requires some additional metadata added by code generators so we can identify similar APIs across languages.
This issue also depends on #3600
The text was updated successfully, but these errors were encountered: