Skip to content

Commit 87cd588

Browse files
committed
update SDK language listings and examples in documentation
1 parent 52d7046 commit 87cd588

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/sdk/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ has_children: true
77

88
# Connecting to OpenIAP from your application
99
We provide SDK's for the following languages:
10+
- Rust / [crates.io](https://crates.io/crates/openiap-client) / [example](https://github.com/openiap/rustapi/tree/main/crates/cli) / [documentation](https://docs.rs/openiap-client/0.0.19/openiap_client/)
11+
- browser / [esm](https://github.com/openiap/jsapi/tree/esm) / [js](https://github.com/openiap/jsapi) / [example](https://github.com/openiap/core-web) / [documentation](https://docs.openiap.io/docs/sdk/nodesdk/classes/openiap.html#constructor)
1012
- NodeJS / [npm](https://www.npmjs.com/package/openiap) / [example](https://github.com/skadefro/nodetest)
11-
- browser / [esm](https://github.com/openiap/jsapi/tree/esm) / [js](https://github.com/openiap/jsapi) / [example](https://github.com/openiap/core-web/tree/v3) / [documentation](https://docs.openiap.io/docs/sdk/nodesdk/classes/openiap.html#constructor)
1213
- Python / [pypi](https://pypi.org/project/openiap-edge/) / [example](https://github.com/openiap/pythontest)
1314
- dotnet / [nuget](https://www.nuget.org/packages/OpenIAP/) / [example](https://github.com/skadefro/dotnettest)
14-
- Rust / [crates.io](https://crates.io/crates/openiap-client) / [example](https://github.com/openiap/rustapi/tree/main/crates/cli) / [documentation](https://docs.rs/openiap-client/0.0.19/openiap_client/)
1515
- Php / [packagist](https://packagist.org/packages/openiap/client) / [example](https://github.com/skadefro/phptest)
1616
- Java / [maven central](https://central.sonatype.com/artifact/io.openiap/client) / [example](https://github.com/skadefro/javatest)
17-
- C/C++ / [headers](https://raw.githubusercontent.com/openiap/rustapi/refs/heads/main/crates/clib/clib_openiap.h)
17+
- C/C++ / [conan](https://conan.io/center/recipes/openiap) / [example project](https://github.com/skadefro/ctest)
18+
- pwsh / [PowerShell Gallery](https://www.powershellgallery.com/packages/openiap) / [example project](https://github.com/openiap/pwshtest)
1819

1920
We recommend using vs.code ( or any other editor based of vscode ) for development, with our [openiap-vscode](https://marketplace.visualstudio.com/items?itemName=openiap.openiap-assistant) extension, to manage your .env files. To manually generated a jwt token, login to OpenIAP's web interface [app.openiap.io](https://app.openiap.io) and then go to [/jwtlong](https://app.openiap.io/jwtlong) and copy the jwt field.
2021

0 commit comments

Comments
 (0)