From 3d5f7d8d2df415d17c54eede2934717aee4b2ca7 Mon Sep 17 00:00:00 2001 From: Brandon Fowler Date: Sat, 27 Apr 2024 00:27:16 -0400 Subject: [PATCH] Add descriptions --- api/index.php | 12 +++++++++++- includes/LinkCount.php | 4 +++- index.php | 1 + tests/LinkCountTest.php | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/api/index.php b/api/index.php index 1d8ec9f..7da7d6c 100644 --- a/api/index.php +++ b/api/index.php @@ -10,11 +10,14 @@ exit; } +$description = "API for getting the number of links to any page on any Mediawiki project." + ?> Link Count API +