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
File stash downloads and stricter prop values (#128) * Add new API to download files from a file stash * Specify the possible prop values (instead of `Object`)
Handle throttled responses (#115) Handle responses with the `429 Too Many Requests` status code. --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Jay Vercellone <jay@pipedream.com>
Type-related improvements (#106) * Define the types for all configured and configurable props * Fix the "observations" type when configuring a prop * Add the `component_type` query param when listing components using the "generic" route/path --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Configurable props must have a name (#32) * Mark the `name` field of configurable props as required * Fix and bump package version --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Accept "stash ID" when running actions (#31) * Add the `stash_id` field to the "run action" opts * Bump version --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Jay Vercellone <jverce@users.noreply.github.com> Co-authored-by: Jay Vercellone <jay@pipedream.com>