-
Notifications
You must be signed in to change notification settings - Fork 228
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
RestClientProvider should include additional status code classifiers #4865
Labels
emitter:client:csharp
Issue for the C# client emitter: @typespec/http-client-csharp
Comments
JoshLove-msft
added
the
emitter:client:csharp
Issue for the C# client emitter: @typespec/http-client-csharp
label
Oct 24, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 24, 2024
Fixes an issue where an operation with a 201 response would cause the generator to crash since there is no corresponding classifier generated for a 201 response. contributes to #4865
To clarify, we should only add the classifiers that the client requires. |
swatkatz
pushed a commit
to swatkatz/typespec
that referenced
this issue
Nov 5, 2024
) Fixes an issue where an operation with a 201 response would cause the generator to crash since there is no corresponding classifier generated for a 201 response. contributes to microsoft#4865
archerzz
pushed a commit
to archerzz/typespec
that referenced
this issue
Dec 17, 2024
…t#5174) This PR adds support for generating all the required response classifiers for the generated client. fixes: microsoft#4865 contributes to: microsoft#4903
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can get the full set of 20x status codes from the _inputClient.Operations.
The text was updated successfully, but these errors were encountered: