LinkShrink: Keep your links short and secure
Schemes
- https
Authorize
- Link
- POST /link
- Save user long link and return short link
- Link
- GET /link
- Retrieve all the user created links
- Link
- DELETE /link
- Delete a link with the id as a parameter in the body.
- LinkCheck
- GET /link-check-has-password/{shortLink}
- Check if the link has a password or not. It takes the short link as a parameter in the url.
- Link
- POST /link/{shortLink}
- Retrieve the link with the short link as a parameter in the url. It takes the password
Models
- Link
- LinkCheck
- LinkDelete