From 1ff5fa0b0e0eaf8411a1cac8766e50fa1cb4cf68 Mon Sep 17 00:00:00 2001 From: LeoX DEV <84378319+Le0X8@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:44:04 +0200 Subject: [PATCH] Added plugin "API List All + URLs" to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7319b00..5b3218c 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Jump to [0-9](#0-9) | [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) - [API Delete](https://github.com/claytondaley/yourls-api-delete) - Add a "delete" action to the API. - [API Edit URL](https://github.com/timcrockford/yourls-api-edit-url) - Add an "update" action to the API to edit a URL, and a "geturl" action to get the long URL of a short URL. - [API List All](https://github.com/rosano/yourls-api-action-list) - Add a "list" action to the API to show all keywords. +- [API List All + URLs](https://github.com/Le0X8/yourls-api-action-list) - Add a "list" action to the API to show all keywords & URLs. This is a fork of the previous plugin and therefore incompatible with it. - [Append Query String](https://github.com/drockney/append-qs) - Appends the query string to a long URL. - [Auth Manager Plus](https://github.com/joshp23/YOURLS-AuthMgrPlus) - Seperates user data & manages authorization with role-based access controls (RBAC). - [Auto Login](https://gist.github.com/ozh/3fa3382eb83d26449daab4b70cd3b299) ☑️ - Automatically populate login/password with test/test (for test installs).