9 مستودعات
Plugins that expand the functionality of the core API.
Explore 9 awesome GitHub repositories matching part of an awesome list · API Extensions. Refine with filters or upvote what's useful.
YOURLS Plugin: API Action - Delete
Adds a deletion action to the API.
yourls-api-edit-url
Adds endpoints for editing URLs and retrieving long URLs.
Create custom API action, such as: http://sho.rt/yourls-api.php?username=x&password=xx&action=docrazystuff&format=json
Demonstrates how to implement custom API endpoints.
Yourls API ShortURL Analytics is a plugin for Yourls that provides analytics for short URLs via a custom API action. This plugin allows users to retrieve detailed statistics for short URLs within a specified date range.
Adds an API endpoint for retrieving date-ranged click statistics.
Plugin Name: YOURLS API Action List Extended Version: 1.0.0 Author: Hardeep Asrani Author URI: https://themeisle.com Plugin URI: https://github.com/Codeinwp/yourls-api-list-extended Description: YOURLS API List action with sorting, pagination, total count, and field selection.
Adds advanced listing capabilities to the API.
This plugin adds a custom API action at list to show all keywords used:
Provides an alternative API action for listing keywords and URLs.
This plugin adds a custom API action at list to show all keywords used:
Adds an API action to list all existing keywords.
YOURLS Disable JSONP Plugin
Restricts JSONP access for API security.
Adds a contract API action. Opposite to the expand action, where one can see if a long url has been shortened without creating a new short link. Use action=contract and url=longurlhere to see if the URL has been shortened before. returns false if the URL hasn't been shortened bfore. Returns true…
Adds an endpoint to verify if a URL has been shortened.