-
Notifications
You must be signed in to change notification settings - Fork 231
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
[WIP] Add the introduction of emitters for sdk clients. #5663
base: main
Are you sure you want to change the base?
Conversation
To resolve #5339 Add the introduction to describe the location, the configuration and how to run the client emitters for Java, Python, JS and .NET.
No changes needing a change description found. |
You can try these changes here
|
Need each language owner to update their language specific contents: Java: @weidongxu-microsoft |
| ---------------------------- | ------------ | ------------------------ | ------------------------ | | ||
| @azure-tools/typespec-ts | JavaScript | `0.37.0` | `emitter-output-dir` | | ||
| @typespec/http-client-python | Python | `0.6.0` | `emitter-output-dir` | | ||
| @typespec/http-client-java | Java | `0.1.6` | `emitter-output-dir` | |
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.
Could we use latest
in package version?
I am not sure whether providing a specific version would be helpful for customer, while dev could forget to update the number here when releasing new version of the lib, and making this doc outdated.
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.
I already added the below notes:
Note: Check for the Latest Version
To ensure you are using the latest version of the packages, visit npmjs.com and search for the relevant packages.
How do you think of the options of
a. always use latest
b. every time, there is a emitter upgrade, we update the version in this file
Currently Java emitter does not have important emitter options to add. We are checking if we need to have a (potentially cross-language) |
If there is no additional options to add, could you put some information like
|
To resolve #5339
Add the introduction to describe the location, the configuration and how to run the client emitters for Java, Python, JS and .NET.
The doc currently only contain the common content and it needs the contribution for all language owners.
cc @lmazuel