From b112232676eaa22cb76ef806b68f0ee02008cd20 Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Tue, 26 Jul 2016 13:49:51 -0700 Subject: [PATCH] Add query string transport link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6d7cac..508753a 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ client.cache.fireError(query, vars, new Error('some error')); ## Available Transports * [HTTP Transport](https://github.com/kadirahq/lokka-transport-http) +* [HTTP Transport Query String](https://github.com/occamzrazor/lokka-transport-http-querystring) * [Basic Auth HTTP Transport](https://github.com/kadirahq/lokka-transport-http-auth) * [JWT Auth HTTP Transport](https://github.com/kadirahq/lokka-transport-jwt-auth)