From 24cccd5dae3c15bb7e6d3bd75856728f5e4b0a6d Mon Sep 17 00:00:00 2001 From: danbulant Date: Wed, 5 Feb 2020 21:06:27 +0100 Subject: [PATCH] Few words about planned JS lib --- source/includes/libraries.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/includes/libraries.md diff --git a/source/includes/libraries.md b/source/includes/libraries.md new file mode 100644 index 0000000..f996876 --- /dev/null +++ b/source/includes/libraries.md @@ -0,0 +1,7 @@ +# Libraries + +## JS + +*Currently unavailable, but planned.* +This library simplifies usage. It uses `got` under the hood for simplified request handling, and always returns promise. +Responses are just parsed JSON (as of now, but classes may be implemented in future). \ No newline at end of file