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

Create and publish Python client #43

Closed
bjchambers opened this issue Jan 30, 2024 · 1 comment
Closed

Create and publish Python client #43

bjchambers opened this issue Jan 30, 2024 · 1 comment
Assignees

Comments

@bjchambers
Copy link
Contributor

bjchambers commented Jan 30, 2024

Possibly using https://github.com/openapi-generators/openapi-python-client

@bjchambers bjchambers self-assigned this Jan 30, 2024
bjchambers added a commit that referenced this issue Jan 30, 2024
This adds a script that we can run with:

```sh
poetry run python scripts/extract_openapi.py dewy.main:app
```

This also modifies the options to eliminate the LLM/embedding
environment variables (not used) and make the DB optional (failing
the CRUD methods if invoked).

This is part of #43.
bjchambers added a commit that referenced this issue Jan 30, 2024
* feat: Add a script to extrat openapi.yaml

This adds a script that we can run with:

```sh
poetry run python scripts/extract_openapi.py dewy.main:app
```

This also modifies the options to eliminate the LLM/embedding
environment variables (not used) and make the DB optional (failing
the CRUD methods if invoked).

This is part of #43.

* add poe tasks

* tasks; lint
@bjchambers
Copy link
Contributor Author

Finished by #59 and #60.

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