OpenSkin SDKs

Install typed OpenSkin clients for the CS2 Platform API from Go modules, PyPI, Swift Package Manager, or NuGet.

Requirements

Go 1.23, Python 3.10, Swift 6, and .NET 8.

Install

Go: go get github.com/wlchrist/[email protected]. Python: pip install openskin-client. Swift Package Manager: add https://github.com/wlchrist/openskin-swift at version 0.1.0. .NET: dotnet add package OpenSkin.Client.

What to send

Choose the client for Go 1.23+, Python 3.10+, Swift 6, or .NET 8. Authenticated endpoints also require an OpenSkin API key.

Limits

The clients cover the Platform v2 API. For authenticated requests, the key needs the permission listed for the endpoint.

Example

Go: go get github.com/wlchrist/[email protected]
Python: pip install openskin-client
Swift Package Manager: add https://github.com/wlchrist/openskin-swift at version 0.1.0
.NET: dotnet add package OpenSkin.Client

Facts last reviewed .