We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDK Generator
P1 - High (Strongly needed)
Expectation: https://datatracker.ietf.org/doc/html/rfc7617#section-2
To receive authorization, the client ... 2. constructs the user-pass by concatenating the user-id, a single colon (":") character, and the password,
Reality
fern/generators/go/internal/generator/sdk.go
Line 419 in 997611e
There's an extra space after the colon, which breaks auth.
Fern: 0.56.28 fernapi/fern-go-sdk 0.37.2
You can patch the generated code
No
The text was updated successfully, but these errors were encountered:
amckinney
No branches or pull requests
Which Fern component?
SDK Generator
How urgent is this?
P1 - High (Strongly needed)
What's the issue?
Expectation: https://datatracker.ietf.org/doc/html/rfc7617#section-2
Reality
fern/generators/go/internal/generator/sdk.go
Line 419 in 997611e
There's an extra space after the colon, which breaks auth.
Fern CLI & Generator Versions
Fern: 0.56.28
fernapi/fern-go-sdk 0.37.2
Workaround
You can patch the generated code
Are you interested in contributing a fix?
No
The text was updated successfully, but these errors were encountered: