lynkz 1.0.4 copy "lynkz: ^1.0.4" to clipboard
lynkz: ^1.0.4 copied to clipboard

Dart 1 only

The somewhat official wrapper for lynkz.me written in Dartlang

lynkz #

The somewhat official wrapper for lynkz.me written in Dartlang #

By: Evan Pratten

How to use #

import 'package:lynkz/lynkz.dart' as lynkz;

main() async{
// shorten a link
var shortenedlink = await lynkz.Create("Https://link.here");

// print that link
print(shortenedlink[0]);

// get the link id
var linkid = lynkz.urlToIdentifier(shortenedlink[0]);

// get the delete key
var deletekey = shortenedlink[1];

// delete that link
lynkz.Delete(linkid, deletekey);
}
0
likes
35
pub points
0%
popularity

Publisher

unverified uploader

The somewhat official wrapper for lynkz.me written in Dartlang

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on lynkz