From c5ee9aa5a6dd49c644f164a73a0c41bbe41295eb Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 16 Oct 2020 22:00:16 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 057e4cd..544f409 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,10 @@ Table of contents * [Usage](#usage) * [As a Python package](#as-a-python-package) * [Saving an url](#capturing-aka-saving-an-url-using-save) + * [Retrieving archive](#retrieving-the-archive-for-an-url-using-archive_url) * [Retrieving the oldest archive](#retrieving-the-oldest-archive-for-an-url-using-oldest) * [Retrieving the recent most/newest archive](#retrieving-the-newest-archive-for-an-url-using-newest) + * [Retrieving the JSON response of availability API](#retrieving-the-json-reponse-for-the-avaliblity-api-request) * [Retrieving archive close to a specified year, month, day, hour, and minute](#retrieving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near) * [Get the content of webpage](#get-the-content-of-webpage-using-get) * [Count total archives for an URL](#count-total-archives-for-an-url-using-total_archives) @@ -37,8 +39,10 @@ Table of contents * [With the Command-line interface](#with-the-command-line-interface) * [Save](#save) - * [Oldest archive](#oldest-archive) - * [Newest archive](#newest-archive) + * [Archive URL](#get-archive-url) + * [Oldest archive URL](#oldest-archive) + * [Newest archive URL](#newest-archive) + * [JSON response of API](#get-json-data-of-avaialblity-api) * [Total archives](#total-number-of-archives) * [Archive near specified time](#archive-near-time) * [Get the source code](#get-the-source-code)