Skip to content

Commit 486b3d0

Browse files
authored
Update README.md
1 parent 5028b56 commit 486b3d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ const randomAction = await env.actionSample()
7474

7575
## API and how to use it
7676

77+
API documentation can be found here: https://jscriptcoder.github.io/Gymie-Client (generated by http://typedoc.org/)
78+
79+
In the [previous section](#how-to-run-the-client-and-server) we already saw how to import gymie, connect to the server, instantiate an environment and call a few API methods. Let's go a bit more in detail:
80+
81+
82+
7783
## Testing Gymie
7884

7985
Unit-tests live all next to the code they're testing, under the extension `src/*.test.ts`. You can run all the tests by executing:

0 commit comments

Comments
 (0)