fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
MIT License
2.45k stars 118 forks source link

(fix, ts): Update README.md snippets to call nested methods #3873

Closed amckinney closed 2 weeks ago

amckinney commented 2 weeks ago

This fixes a couple README.md issues:

  1. Methods defined on nested clients now include the correct snippet
  2. The unnecessary client call in the request/response type section is removed.

See the CHANGELOG.md for more details