Update README.md

This commit is contained in:
Akash Mahanty
2020-10-16 22:00:16 +05:30
committed by GitHub
parent cb9a396736
commit c5ee9aa5a6

View File

@@ -28,8 +28,10 @@ Table of contents
* [Usage](#usage) * [Usage](#usage)
* [As a Python package](#as-a-python-package) * [As a Python package](#as-a-python-package)
* [Saving an url](#capturing-aka-saving-an-url-using-save) * [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 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 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) * [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) * [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) * [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) * [With the Command-line interface](#with-the-command-line-interface)
* [Save](#save) * [Save](#save)
* [Oldest archive](#oldest-archive) * [Archive URL](#get-archive-url)
* [Newest archive](#newest-archive) * [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) * [Total archives](#total-number-of-archives)
* [Archive near specified time](#archive-near-time) * [Archive near specified time](#archive-near-time)
* [Get the source code](#get-the-source-code) * [Get the source code](#get-the-source-code)