Gather Wiki
No edit summary
Tag: Visual edit
No edit summary
Tag: Visual edit
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== Gather API ==
 
== Gather API ==
The API is HTTP only for now. Websockets in development. Subscribe to the form in the docs below to be kept in the loop.
 
 
 
Official Docs: https://support.gather.town/help/api-integration
 
Official Docs: https://support.gather.town/help/api-integration
  +
  +
Sign Up for Developer updates: https://forms.gle/GunG5mMNsXPaUiRQ7
   
 
'''What can I do through the API?'''
 
'''What can I do through the API?'''

Revision as of 17:59, 26 January 2022

Gather API

Official Docs: https://support.gather.town/help/api-integration

Sign Up for Developer updates: https://forms.gle/GunG5mMNsXPaUiRQ7

What can I do through the API?

  • Create new spaces by copying over old spaces.
  • Pull down the map file from Gather (a JSON file containing links to background/foreground pngs, objects, collisions, etc).
  • Update a map file on Gather.
  • Pull down from Gather the email guestlist associated with a space.
  • Update the email guestlist on Gather.

What can I not do through the API?

  • Pull down or update the roles assigned to each of the users on the guestlist.

Community Showcase: https://www.youtube.com/watch?v=Sh1Ey-5l7qM

Github Resources