Server Side
Server-side JS SDK
The Hop server-side JS SDK allows you to interact with all Hop products on the server side.
Currently, the SDK is compatible with Bun, Node.js and Deno.
Installing
Or in Deno, we recommend serving from jspm.dev. This will ensure dependencies are bundled and cached for you.
Creating an SDK Instance
To use the SDK, you must first create a project token. You can also use a PAT (personal access token), however this is not recommended as it has access to all of your projects.
JS