mobilizon-typescript-sdk
v0.0.9
Published
A small library to interface with Mobilizon-instances
Downloads
5
Readme
Mobilizon-typescript-SDK
This is a minimal package which allows one to interface a Mobilizon-instance.
Project structure:
- The type definitions can be found in 'Definitions'. They are generated by the graph-ql scheme found at https://framagit.org/framasoft/mobilizon/-/blob/main/schema.graphql
- Instance is the main object to interface with a Mobilizon-server and can be used as following:
import {MobilizonInstance, AuthorizedInstance} from "./Instance";
const instance = new MobilizonInstance()