Click or drag to resize

IShortUrl Interface

Interface through which one requests short urls from a service (e.g. the bitly service which uses https://bitly.com/).

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IShortUrl

The IShortUrl type exposes the following members.

Methods
  NameDescription
Public methodShortenUrl
Shortens a URL.
Top
See Also