-
Hi @felixhayashi
I am writting a script to export my company's database to tiddlymap, so we at support have a better visibility of it.
I am trying to find the best way to do this as much automatica…
-
```
Réfléchir à un autre moyen pour intégrer les API Keys (OAth, TwitLonger,
plus pard bitly, ...).
Une des raisons est que la politique de TwitLonger est différente de celle
adoptée jusque là pour…
-
```
Some people have their own URL shorteners running. In order to use
yourls for automatic URL shortening do the following:
Add to config.php:
define('YOURLS_URL', 'http://your.ls');
define('YOURL…
-
Hello there,
I've been scratching my head for the last 2 hours and I can't find what I'm doing wrong.
Rails 4.2
```
gem 'bitly', '~> 0.10.4'
```
My initializer uses oAuth:
```
Bitly.use_api_versi…
-
```
What new or enhanced feature are you proposing?
Adding yourls.org as optional url shortener.
What goal would this enhancement help you achieve?
Using you own domain for url shortening.
```
Or…
-
```
Some people have their own URL shorteners running. In order to use
yourls for automatic URL shortening do the following:
Add to config.php:
define('YOURLS_URL', 'http://your.ls');
define('YOURL…
-
```
This is not a bug as such but a request for enhancement.
http://j.mp is done by the same people behind bit.ly, could the API also
work with this?
That would be great!
Thank you
Benoit
```
Orig…
-
-
If you have a model that has url within props
```
module.exports = AmpersandModel.extend({
props: {
id: 'any',
firstName: ['string', true, ''],
lastName: ['string', true, ''],
coolnes…
-
[jason](https://github.com/antonholmquist/jason) is a new Go package for dealing with arbitrary JSON, like [go-simplejson](https://github.com/bitly/go-simplejson). However, I find its API more pleasan…