From ce696376ba62b7d8eb5c7daaf0bb061224183a6c Mon Sep 17 00:00:00 2001 From: Osama Mabkhot <99215291+O2sa@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:50:37 +0300 Subject: [PATCH] Delete API Example section from README Removed API example section from README. --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index b306479..fec9780 100644 --- a/README.md +++ b/README.md @@ -204,38 +204,6 @@ pnpm run dev --- ---- - -## 📡 API Example - -The compare endpoint accepts one or more `username` query parameters. - -### Example request - -```bash -curl "api/compare?username=devimpact&username=octocat" -``` - -### Example response - -```json -{ - "success": true, - "users": [ - { - "username": "octocat", - "name": "The Octocat", - "avatarUrl": "https://avatars.githubusercontent.com/u/583231?v=4", - "repoScore": 87, - "prScore": 64, - "contributionScore": 42, - "finalScore": 73, - "topRepos": [], - "topPullRequests": [] - } - ] -} -``` ## 🌍 Localization