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
* Refactor the Proxy interface so that it handles
any response type (including JSON)
* Fix how the Proxy handles redirects and other
non-successful status codes by avoiding to parse
non-JSON payloads
* Improve the Proxy interface so that the query params
don't have to be manually encoded in the `url` argument,
by using the existing `params` argument (which was
previously ignored)
* Add the new `emit_on_deploy` flag as an argument
to the "deploy trigger" endpoint
---------
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <jay@pipedream.com>
0 commit comments