YOURLS API Library

Yourls.API
Developers
Last Update
Started
Language
Tools
License
Kevin Gardthausen
2013-08-08
2013-07-06
VB.Net 4.0
Visual Studio 2012
GNU GPL v3

Visual Basic .NET 4.0 implementation of the YOURLS API (http://yourls.org/#API).

Project includes test project. Also works with Mono framework.

What is YOURLS?

YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly).

Running your own URL shortener is fun, geeky and useful: you own your data and don’t depend on third party services. It’s also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses.

Support

Download

Open source

Download the source at https://github.com/NuGardt/yourls-api

Subversion (SVN):

Git:

Created in Microsoft Visual Studio 2012 with Visual Basic .NET 4.0.

Usage

Library is thread safe. Original library is signed by NuGardt.

Creating an instance

Calling a method (Sync)

Calling a method (Async)

Calls Service.CreateShortUrlBegin without waiting for the result. When the result is available the callback will be called.
* Key: Can be nothing. Use it for tracking calls.
* Callback: Will be called when the result is available.

License

NuGardt YOURLS API
Copyright (C) 2013 NuGardt Software
https://www.nugardt.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.