Skip to content
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

🌿 ✨ [Scheduled] Upgrade Fern C# SDK Generator: (csharp-sdk) #77

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Oct 21, 2024

Upgrading from 1.7.0 to 1.8.1 - Changelog

    1.8.1
  • fix: Fixes a bug where the OauthTokenProvider.cs was incorrectly referencing
    the endpoint method, causing code to fail to compile.

  • 1.8.0

  • feat: Adds support for Client Credentials OAuth with token refresh.

    Now you can instantiate your SDK by passing in clientId and clientSecret,
    and let fern handle retrieving and refreshing the token.

    var client = new ImdbClient("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET");
    await client.doThing();

Copy link

@ucarion ucarion merged commit fdfafb0 into main Oct 21, 2024
2 checks passed
@ucarion ucarion deleted the fern/update/fern-csharp-sdk@csharp-sdk branch October 21, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant