UrlShortenerService class

The UrlShortenerService provides a handy method to access GitHub's url shortener.

API docs: https://github.com/blog/985-git-io-github-url-shortener

Inheritance

Constructors

UrlShortenerService(GitHub github)

Properties

github GitHub
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortenUrl(String url, {String? code}) Future<String>
Shortens the provided url. An optional code can be provided to create your own vanity URL.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited