Skyweaver API & Developer SDK for Web, React Native and Nodejs.
The skyweaver.js SDK provides type-safe access to the Skyweaver API. The best
reference is to read the Client API interface
to
learn the available methods and check out the examples.
npm install skyweaver
or
yarn add skyweaver
Please see our web and node examples using skyweaver.js
To run the examples:
- Clone this repo --
git clone git@github.com:horizon-games/skyweaver.js.git
cd skyweaver.js/examples/web-app
yarn install
- update the example source to set
apiAccessToken
with your api key yarn dev
- have fun :D
https://request-api-key.skyweaver.net
The Skyweaver API is built on webrpc, which code-generates the API client source into a single file: /src/skyweaver-api.gen.ts.
The source is very readable and a great reference for the capabilities of the API. Simply jump to
export interface SkyWeaverAPI
in the source to view the interface type which defines all RPC
methods/endpoints of the Skyweaver API.
If you have any questions, please visit our discord at https://discord.gg/skyweaver and ask in our #talk-to-the-devs channel.
Wishing you all the best and welcome any feedback :)
-Horizon team