Skip to content

Commit 3a640da

Browse files
committed
add sdks index page
1 parent 334f13c commit 3a640da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pages/sdks.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Confly Client Integrations
2+
3+
## Available SDKs
4+
5+
- [Node.js](sdks/node)
6+
- [Java](sdks/java)
7+
8+
## REST Api
9+
10+
For any other language you can use the REST Api directly.
11+
12+
```
13+
GET https://confly.dev/api/v1/config.json?token=<token>
14+
```

0 commit comments

Comments
 (0)