Original PR: https://github.com/linsa-io/linsa/pull/116 Author: @rudyon Created: 8/20/2024 Status: ❌ Closed
Base: main ← Head: main
main
5564ea7
4f75253
10 files changed (+44 additions, -0 deletions)
📝 .gitignore (+5 -0) ➕ app/__init__.py (+0 -0) ➕ app/main.py (+12 -0) ➕ app/models/__init__.py (+0 -0) ➕ app/models/example_model.py (+6 -0) ➕ app/routers/__init__.py (+0 -0) ➕ app/routers/example_router.py (+8 -0) ➕ app/schemas/example_schema.py (+6 -0) ➕ example_model.py (+5 -0) ➕ requirements.txt (+2 -0)
.gitignore
app/__init__.py
app/main.py
app/models/__init__.py
app/models/example_model.py
app/routers/__init__.py
app/routers/example_router.py
app/schemas/example_schema.py
example_model.py
requirements.txt
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/116
Author: @rudyon
Created: 8/20/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
5564ea7fastapi initial implementation4f75253Update example_model.py📊 Changes
10 files changed (+44 additions, -0 deletions)
View changed files
📝
.gitignore(+5 -0)➕
app/__init__.py(+0 -0)➕
app/main.py(+12 -0)➕
app/models/__init__.py(+0 -0)➕
app/models/example_model.py(+6 -0)➕
app/routers/__init__.py(+0 -0)➕
app/routers/example_router.py(+8 -0)➕
app/schemas/example_schema.py(+6 -0)➕
example_model.py(+5 -0)➕
requirements.txt(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.