Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ns0004516/BitlyAPI

Open more actions menu
 
 

Repository files navigation

BitlyAPI

A C# implementation of the Bit.ly Api V4

All methods are documented and have similar names to the ones in the docs.

V4 is a full rewrite.

Before you can use the library you will need to generate an Generic Access Token at https://bitly.is/accesstoken

See the bitly documentation at https://dev.bitly.com/v4

var bitly = new Bitly(_genericAccessToken);
var linkResponse = await bitly.PostShorten("https://www.google.ca/");
var newLink = linkResponse.Link;

See unit tests for more examples.

If you need other methods added submit an issue.

About

A C# implementation of the Bit.ly Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.