You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better README example (#50)
* Update `README.md` with a better example endpoint
* Exclude workflow files from Fern
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Add support for workflow invocations (#42)
* Add `workflows` module that contains the "invoke" and "invoke for
external user" cases already present in the existing TypeScript SDK
* Document the new functionality in the reference doc
* Bump major version (release candidate)
Fix the Proxy logic (#35)
* Remove the response parsing logic since it's free-form
* Take over the Proxy clients so that they expose a nicer interface
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>