/handshake
Method: GET
Parameters:
- id: uuid string
- version: version number string
Response body (JSON): { sessionId, webhookLink }
Response code 200 on success.
/command
Method: POST
Accepted content-types: application/json, application/x-www-form-urlencoded
Parameters:
- command: string
- sessionId: string
Response body: N/A
Reponse code 200 on success.
/getCurrSession
Method: GET
Parameters:
- sessionId: string
Response body: ggbApplet.getXML() string
Response code 200 on success.
/saveCurrSession
Method: POST
Accepted content-types: application/json, application/x-www-form-urlencoded
Parameters:
- sessionId: string
Writes ggbApplet.getXML() string for specified session to database.
Response body: ggbApplet.getXML() string
Response code 200 on success.
/appExec
Method: POST
Accepted content-types: application/json, application/x-www-form-urlencoded
Parameters:
- sessionId: string
- property: string
- args: string[]
Response body: N/A
Reponse code 200 on success.
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
rsparlin/ggb-connect-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
RESTful API to control multiple instances of node-geogebra
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published