Skip to content

feat: Public API for Profile Data - #826

Merged
PRODHOSH merged 1 commit into
PRODHOSH:mainfrom
Aditya8369:feat/Public-API-for-Profile-Data
Aug 6, 2026
Merged

feat: Public API for Profile Data#826
PRODHOSH merged 1 commit into
PRODHOSH:mainfrom
Aditya8369:feat/Public-API-for-Profile-Data

Conversation

@Aditya8369

Copy link
Copy Markdown
Contributor

Summary

Related Issue

Closes #729

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • Chore / dependency update

Changes Made

Checklist

  • I was assigned to the issue before opening this PR
  • My branch is up to date with main
  • Code works locally and I have tested it
  • No console.log left in src/
  • If schema changed — both schema.sql and a new migration file are included
  • If this is a UI change — I read DESIGN.md and followed the design system (colors, spacing, typography, components)
  • Docs updated if needed
  • PR title follows Conventional Commits format (feat:, fix:, docs:, etc.)
  • This PR description is written in my own words

@Aditya8369
Aditya8369 requested a review from PRODHOSH as a code owner August 6, 2026 11:15
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@Aditya8369, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 46 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ba0d6e40-0f58-4325-823a-47dbefbb83c3

📥 Commits

Reviewing files that changed from the base of the PR and between 87724b8 and 111edd0.

📒 Files selected for processing (8)
  • docs/api-public.md
  • src/app/api/settings/api-keys/[id]/route.ts
  • src/app/api/settings/api-keys/route.ts
  • src/app/api/v1/users/[username]/route.ts
  • src/app/settings/client.tsx
  • src/lib/api-keys.ts
  • src/lib/rate-limit.ts
  • supabase/migrations/20260806000001_add_api_keys.sql

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Welcome to OSSfolio, @Aditya8369! 🎉

Thank you for opening this pull request and contributing to the open-source community! 🚀

To ensure a smooth review process, please make sure you have:

  • Checked that your changes work locally and compile cleanly.
  • Followed the guidelines outlined in CONTRIBUTING.md.
  • Linked your PR to an open issue (e.g. Closes #ISSUE_NUMBER).

We will review your PR as soon as possible. Happy coding! 💻✨

@github-actions github-actions Bot added documentation Additions to docs frontend Related to UI / Next.js backend API / Database / Server labels Aug 6, 2026
@PRODHOSH PRODHOSH added ELUSOC ELUSOC project submission completed ADVENTURER Intermediate 25 pts VETERAN Advanced 50 pts and removed ADVENTURER Intermediate 25 pts labels Aug 6, 2026
@PRODHOSH
PRODHOSH merged commit 223b23b into PRODHOSH:main Aug 6, 2026
8 of 13 checks passed
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

🎉 Your PR just got merged, @Aditya8369 — thank you for contributing to OSSfolio!

Your work is now part of the project. Here's what to do next:

  • ⭐ If you haven't already, consider giving the repo a star — it helps us grow.
  • 📢 Share your contribution on LinkedIn, Twitter, or wherever you hang out. You shipped open source!
  • 🔍 Browse other open issues if you want to keep contributing.

We really appreciate you taking the time. See you in the next PR! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend API / Database / Server completed documentation Additions to docs ELUSOC ELUSOC project submission frontend Related to UI / Next.js VETERAN Advanced 50 pts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Public API for Profile Data

2 participants