-
Looks like this is worthless since google doesn't allow unauthenticated shortening anymore
`curl -v https://www.googleapis.com/urlshortener/v1/url -X POST -H 'Content-Type: application/json' -d "{\"l…
-
https://github.com/mkmozgawa/urlshortener-srv/blob/e3b753db0879ca0d37ad0730214b0c9d3b5e8bfd/src/views/redirects.py#L11
Cool use of a walrus operator!
However I'd think of a way to hide the `db.ses…
-
for some reason, `URLConverterService` produces a malformed URL, like `http:localhost...`
expected: `http://localhost...` (notice the double slash).
log
```
2019-03-07 05:15:45.914 INFO 20712…
-
I know there is the long tap copy and optionally the mail function, but the gist URLs are quite long.
In most cases I write bug reports on my desktop and therefore have to type every single letter.
G…
McLoo updated
10 years ago
-
Hi there,
Your task will be testing the application and prepare a README file for API usage. After changes send a PR.
All the best.
-
Description about the new feature
The new Feature is about the showing error message to the users of the project in red .
Why this feature?
This will improve the UI of the project…
-
Not all the extensions in the WMF preset are available at the moment. Here is the current list:
_Extensions_
- [x] [3D](https://www.mediawiki.org/wiki/Extension:3D) - #325
- [ ] [AdvancedSearch](…
edg2s updated
2 years ago
-
Wouldn't it be cleaner to return the sessionKey instead of the longUrl for client side stuff?
https://github.com/percolatestudio/meteor-url-shortener/blob/master/url-shortener-client.js#L22
The reas…
queso updated
10 years ago
-
Hi,
For the Generating shortUrl, It's working without Proguard.
But using with Proguard , It's return null always.
One more thing, I using JavascriptInterface in project and keep it already.
…
ghost updated
7 years ago
-
The generateCode method inside `UrlShortenerService` has the trend to become slower the more the package is used in a project. Find a way to make the code generation faster. Please note that the codes…