chg: Add link to API doc

pull/259/head
Raphaël Vinot 2021-09-07 16:44:49 +02:00
parent 97ffefc80e
commit 07dd01a80b
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* [What is Lookyloo?](#whats-in-a-name)
* [REST API](#rest-api)
* [Install Lookyloo](#installation)
* [Lookyloo Client](#python-client)
* [Contributing to Lookyloo](#contributing-to-lookyloo)
@ -43,6 +44,9 @@ Find all you need to know about Lookyloo on our [documentation website](https://
Here's an example of a Lookyloo capture of the site **github.com**
![Screenshot of Lookyloo capturing Github](https://www.lookyloo.eu/docs/main/_images/sample_github.png)
# REST API
The API is self documented with swagger. You can play with it [on the demo instance](https://lookyloo.circl.lu/doc/).
# Installation