Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release checklist #8

Open
11 of 19 tasks
devxpy opened this issue Jul 29, 2024 · 0 comments
Open
11 of 19 tasks

Release checklist #8

devxpy opened this issue Jul 29, 2024 · 0 comments

Comments

@devxpy
Copy link
Member

devxpy commented Jul 29, 2024

Fern

  • Auth keys via .env file + shell env vars + manually from code

  • Default fields to Omit and don't pass them to the server (eg openai SDK does this too)

  • Typed request as kwargs & response objects

  • blocked by plan Simpler interface that calls the Async (v3) polling api

  • 401 / 403 -- better error msg on authentication failure -- standard HTTP error conversion to readable exceptions

  • Retry only on 408, 429, 502, 503, 504 (https://buildwithfern.com/learn/sdks/features/retries-with-backoff)

  • -- DEPLOY --

  • ability to change the base URL (ie api.gooey.aiapi.mysite.ai)

  • docstrings for each field from openapi description

  • Ability to obtain the outer response (run_id, web_url etc) if requested by the user

  • Support for an explicit Timeout

Gooey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant