[][src]Module urlshortener::providers

Library service providers implementation.

Enums

Provider

Used to specify which provider to use to generate a short URL.

Constants

PROVIDERS

A slice of all Provider variants which do not require authentication. This list is in order of provider quality.

Functions

parse

Parses the response from a successful request to a provider into the URL-shortened string.

request

Performs a request to the short link provider. Returns the request object which can be used for performing requests.