From a64e0eddfa980e5c04a2d598c7193c23e8101811 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 19 Mar 2019 16:54:56 +0100 Subject: [PATCH] Add example of client use to api.md Fixes #220 --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index 1746c770c4..baed6f089d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -83,3 +83,7 @@ The Loki server has the following API endpoints (_Note:_ Authentication is out o ] } ``` + +## Example of using the API in a third-party client library + +Take a look at this [client](https://github.com/afiskon/promtail-client), but be aware that the API is not stable yet.