> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 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(); ``` ## 1.7.0 **`(feat):`** Add support for generated `reference.md` files. ## 1.6.0 **`(feat):`** Add support for generated `README.md` files.