Skip to content

URL Shortener Rest API Endpoints - #2

Merged
upendrakumbham merged 25 commits into
devfrom
feature/add-url-shortener-rest-api-endpoints
Apr 22, 2026
Merged

upendrakumbham merged 25 commits into
devfrom
feature/add-url-shortener-rest-api-endpoints

Conversation

@upendrakumbham

@upendrakumbham upendrakumbham commented Apr 18, 2026

Copy link
Copy Markdown
Owner

This PR contains the following REST API endpoints:

  • POST - /shorten - Shorten a URL
  • GET - /{alias} - Redirect to full URL
  • DELETE - /{alias} - Delete a shortened URL
  • GET - /urls - List all the shortened URLs

@upendrakumbham upendrakumbham self-assigned this Apr 18, 2026
@upendrakumbham
upendrakumbham marked this pull request as ready for review April 22, 2026 17:57
@upendrakumbham
upendrakumbham merged commit 471cbac into dev Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant