klein icon indicating copy to clipboard operation
klein copied to clipboard

the minimalist URL shortener

Results 9 klein issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190628185345-da137c7871d7 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190628185345-da137c7871d7&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.17.2 to 1.34.0. Changelog Sourced from github.com/aws/aws-sdk-go's changelog. Release v1.34.0 (2020-08-07) Service Client Updates service/glue: Updates service API and documentation AWS Glue now adds support for Network...

dependencies

## Description Implemented the option to delete a URL endpoint for all storage drivers. The DELETE http verb can now be passed with the curl command. Another change was made...

## Decription Implemented an overwrite parameter so that a shortlink can be updated. The ‘overwrite’ parameter needs to be passed with the curl command. If overwrite=true and the alias already...

Add a new parameter to allow the api to overwrite old links

An endpoint to return a QR code of URI set size eg. `/qr/short_code/200` for 200 pixel

Documentation missing in #26

Would be nice to have a param to set TTL for aliases during creation. At least support it if storage backend is Redis, where you'd just pass it to Redis...