Skip to content

Commit fd221ef

Browse files
chore: add web sdk link (#158)
1 parent 9b75634 commit fd221ef

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pages/service/implementation-player-api.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import { Cards, Card } from "nextra-theme-docs";
88

99
The implementation of our Player API consists of two components
1010

11-
- The Beam game-platform client. We currently solely provide a **C# sdk** meant to be implemented in the **Unity**. In the future, we will be releasing more implementations for various platforms.
12-
- The request client. We currently provide a **C# and Typescript** clients.
11+
- The Beam game-platform client. We currently provide a **Unity (C#) and Web (TypeScript) SDKs. In the future, we will be releasing more implementations for various platforms (eg; Unreal)
12+
- The request client. We currently provide a **C# and TypeScript** clients.
1313

14-
In the near future, we expect to expand the platform clients with all the self-custody client methods, giving you more flexibility on how you want to implement Beam in your game.
14+
In the near future, we expect to expand the Unity SDK with all the request client methods, giving you more flexibility on how you want to implement Beam in your game.
1515

1616
---
1717

@@ -22,8 +22,13 @@ The platform client contains helpers to get users started with Beam within your
2222
<Cards>
2323
<Card
2424
icon=""
25-
title="Unity"
26-
href="https://github.com/Merit-Circle/beam-client-unity"
25+
title="Unity (C#)"
26+
href="https://github.com/Merit-Circle/beam-sdk-unity"
27+
/>
28+
<Card
29+
icon=""
30+
title="Web (TypeScript)"
31+
href="https://www.npmjs.com/package/@onbeam/sdk"
2732
/>
2833
</Cards>
2934

@@ -51,7 +56,7 @@ Keep in mind that we expect you to also use the `Publishable` API key in these c
5156
<Cards>
5257
<Card
5358
icon=""
54-
title="Typescript"
59+
title="TypeScript"
5560
href="https://www.npmjs.com/package/@onbeam/player-api-client"
5661
/>
5762
<Card

0 commit comments

Comments
 (0)