1.1.10 • Published 1 year ago
@parcnet-js/app-connector v1.1.10
PARCNET App Connector
The app connector is for connecting your app to PARCNET.
Getting started
Install the package:
npm install @parcnet-js/app-connectorThen connect to a PARCNET client:
import { connect } from "@parcnet-js/app-connector";
// Ensure this HTML element exists:
const element = document.getElementById("app-connector");
// The URL to the PARCNET client, e.g. Zupass
const clientUrl = "http://localhost:5173";
// Returns an API object that you can use to invoke actions
// See api_wrapper.ts for details
const api = await connect({ name: "My App Name", permissions: []}, element, clientUrl);This will give you an API object, which can be used to invoke various APIs.
APIs
See the documentation for details of the API methods, their parameters, and results.
1.1.10
1 year ago
1.1.9
1 year ago
1.1.8
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago
1.0.0-beta.2
1 year ago
0.0.9-next.1
1 year ago
0.0.9-next.0
1 year ago
1.0.0-beta.1
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago
0.0.0
1 year ago