Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Added feature/feat #451#544

Closed
Akashbuilds wants to merge 3 commits into
Shonen-Labs:mainfrom
Akashbuilds:feature/feat-451
Closed

Added feature/feat #451#544
Akashbuilds wants to merge 3 commits into
Shonen-Labs:mainfrom
Akashbuilds:feature/feat-451

Conversation

@Akashbuilds
Copy link
Copy Markdown
Contributor

@Akashbuilds Akashbuilds commented Aug 29, 2025

🚀 Pull Request Description

Description

  1. Implemented the GET /user endpoint using FastApi
  2. Defined a response schema using Pydantic
  3. Added the authentication middleware .

🔗 Linked Issues

Fixes #451

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Feature has been tested with console responses with respect to server spin-up and
SwaggerUI docs response on making a GET request

📸 Screenshots

SwaggerUI-response console-response

✅ PR Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have tested these changes locally
  • Relevant documentation is updated
  • My code follows the repository's coding guidelines
  • I have added/updated tests that prove my fix/feature
  • No breaking changes introduced
  • Code is well-commented and readable

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
stark-finder-mq45 Ready Ready Preview Comment Aug 29, 2025 1:38pm

Copy link
Copy Markdown
Contributor

@tosoham tosoham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix merge conflicts

@Akashbuilds
Copy link
Copy Markdown
Contributor Author

Closing this PR and creating a fresh one .

@Akashbuilds Akashbuilds deleted the feature/feat-451 branch August 29, 2025 21:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement GET /user Endpoint

2 participants