VapiAI / docs

Vapi docs
1 stars 0 forks source link

:herb: :sparkles: [Scheduled] Upgrade Fern C# SDK Generator: (`csharp-sdk`) #8

Open fern-api[bot] opened 5 days ago

fern-api[bot] commented 5 days ago

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. ```cs var client = new ImdbClient("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET"); await client.doThing(); ```
github-actions[bot] commented 5 days ago

🌿 Preview your docs: https://vapi-preview-e02ac666-1563-4ba4-a526-a86e10973594.docs.buildwithfern.com