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

Feature/openapi parsing #103

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Feature/openapi parsing #103

wants to merge 29 commits into from

Conversation

buehlefs
Copy link
Contributor

  • read in OpenAPI spec
  • extract endpoints & methods
  • extract request body
  • extract request headers
  • extract path and query variables
  • ?
  • use methods to fill out parts of the connector information (i.e., once endpoint & method is selected fill in body and header, etc.)
  • add autocomplete hints for current step based on OpenAPI spec (i.e., available endpoint paths or methods)

buehlefs and others added 29 commits September 13, 2023 16:03
Add logic for `isLoading` in editing UI
Implement background task cancellation command in API
Add autocomplete for openapi endpoint paths
The new form displays individual inputs for each json key.
Store extra data for rest connector in second entry in db
Add first ai assistant input
Refactor connector update into multiple smaller methods
Implement delete for connectors
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

Successfully merging this pull request may close these issues.

2 participants