From 008961af0f212b9b19f16d04d651f348e2406cc2 Mon Sep 17 00:00:00 2001 From: chmodx Date: Wed, 9 Dec 2020 08:03:45 +0300 Subject: [PATCH] chore: update README to include example repo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 50717d7..3de11ad 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ If the dfuse API is upgraded to another version, say v1, it is easier to switch Short-time lived JWT Tokens are persisted on a local sqlite3 database, and are usable for upto 22 hours. + +## Example + +An example Django + DRF example is on https://github.com/chmod77/dfuse-example + + + ## API Documentation: