From 014f22407c15307004246e71189ad5112c569fa8 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sat, 19 Aug 2017 23:19:32 -0500 Subject: [PATCH] (non) document /api/user//activity API --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6a8352781..aee142be4c 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,10 @@ name | type | default | description Returns data to generate the activity feed on https://lichess.org/@/thibault +Here's a [sample output](https://gist.github.com/ornicar/0ee2d2427cb74ed1a35e86f5ba09fabc). + +It might not contain all entries types. Feel free to contribute proper JSON format documentation. + ### `GET /api/games/vs//` fetch games between 2 users ```