SDKs
SDKs & Libraries
Official client libraries for the Vanelton Media API — wrapping authentication, CloudStore, Payments, Database, and Friends. Coming soon.
SDKs are currently in development. In the meantime, all endpoints are plain HTTPS POST with JSON — see the Quickstart or API Reference for raw HTTP examples in every language.
Planned libraries
JavaScript / TypeScript
Browser & Node.js. Full TypeScript definitions included. Works with any framework.
PHP
PHP 8.1+ library via Composer. Supports all endpoints.
Python
Python 3.9+ package via pip. Async support via
asyncio.Java
Java 11+ via Maven or Gradle. Android compatible.
Unity (C#)
Unity Package Manager or
.unitypackage. Async/Await ready.GameMaker (GML)
Script library for GameMaker Studio 2. Uses native async HTTP events.
Integrate without an SDK
All endpoints are plain HTTPS POST with a JSON body and an Authorization header. No SDK needed — pick any HTTP library in your language.