https://github.com/null-none/urls.click-old
Simple and fast URL shortener
https://github.com/null-none/urls.click-old
Last synced: about 1 year ago
JSON representation
Simple and fast URL shortener
- Host: GitHub
- URL: https://github.com/null-none/urls.click-old
- Owner: null-none
- Created: 2020-11-22T17:12:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T22:12:27.000Z (about 5 years ago)
- Last Synced: 2025-01-26T09:28:32.425Z (over 1 year ago)
- Language: Go
- Homepage: http://urls.click
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### urls.click
- Golang
- Redis
### API Documentation
> API endpoint: http://localhost:3000/api/v1/
#### API Payload
- "url" - Original URL
- "short" - Custom short URL(Optional)
- "expiry" - Time to expire: int(hours)
#### API Response
- "url" - Original URL
- "short" - Custom short URL
- "expiry" - Time to expire: int(hours)
- "rate_limit" - # of API calls remaining: int
- "rate_limit_reset" - Time to rate limit reset: int(minutes)