[PR #116] [CLOSED] fastapi initial implementation #37

Closed
opened 2025-12-29 18:27:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/116
Author: @rudyon
Created: 8/20/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 5564ea7 fastapi initial implementation
  • 4f75253 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/116 **Author:** [@rudyon](https://github.com/rudyon) **Created:** 8/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`5564ea7`](https://github.com/linsa-io/linsa/commit/5564ea7f1a9844d37222867be76f8484ab8c8a9d) fastapi initial implementation - [`4f75253`](https://github.com/linsa-io/linsa/commit/4f752531193ee58f4e50d3d99ed254aeeededa96) Update example_model.py ### 📊 Changes **10 files changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:55 +01:00
adam closed this issue 2025-12-29 18:27:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#37