From 033a3a817ee8814da6d5683e49f491b6f4b33965 Mon Sep 17 00:00:00 2001 From: Alt Date: Wed, 28 Sep 2022 09:51:10 +0200 Subject: [PATCH] Add link to the TS template. --- doc/source/remoteapi.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/remoteapi.rst b/doc/source/remoteapi.rst index 06ad77d1a..c25911043 100644 --- a/doc/source/remoteapi.rst +++ b/doc/source/remoteapi.rst @@ -7,6 +7,9 @@ That server can then perform a number of actions. Most commonly this is used in conjunction with an external text editor or API in order to make writing scripts easier, or even use typescript. +To make use of this Remote API through the official server, look here: https://github.com/bitburner-official/typescript-template. +If you want to make your own server, see below for API details. + This API uses the JSON RCP 2.0 protocol. Inputs are in the following form: .. code-block:: javascript