Method | Description | |
---|---|---|
GooglUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System |
Initializes a new instance of the GooglUrlShorteningService class.
|
Method | Description | |
---|---|---|
GetShortUrl ( string longUrl ) : string |
The get short url.
|
protected GetShortUrl ( string longUrl ) : string | ||
longUrl | string | /// The long url. /// |
return | string |
public GooglUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System | ||
logger | ILogger | /// The logger. /// |
shortUrlCacheRepository | IShortUrlCacheRepository | /// The short url cache repository. /// |
configurationHelper | IConfigurationHelper | /// The configuration Helper. /// |
return | System |