public Shorten ( string longUrl, string domain = null, string xLogin = null, string xApiKey = null ) : IBitlyResponse |
||
longUrl | string | is a long URL to be shortened (example: http://betaworks.com/) |
domain | string | refers to a preferred domain; either bit.ly default or j.mp. This affects the output value of url |
xLogin | string | is the end-user's login when make requests on behalf of another bit.ly user. This allows application developers to pass along an end user's bit.ly login |
xApiKey | string | is the end-user's apiKey when making requests on behalf of another bit.ly user. This allows application developers to pass along an end user's bit.ly apiKey |
return | IBitlyResponse |