πŸ“„
Docs
  • πŸ’»Gateway Server and API Docs
  • πŸ“”Client-Side Helper Functions
  • πŸ—ΊοΈMapping
  • πŸ””Notifications
  • 😎HoloLens
  • πŸ› οΈTSS Utility Routes
  • πŸ§ͺTest Routes
Powered by GitBook
On this page

Gateway Server and API Docs

API and Server Documentation for our SUITS 2024 Python/Flask Server

NextClient-Side Helper Functions

Last updated 1 year ago

Code for these API Docs can be found at

All examples are in Python, yet can be reproduced in any language, whether its through JSON Serializables for C#, or Interfaces for TypeScript/React

Note that many requests for the Gateway API are static, meaning that they don't return anything but rather update the database in the server itself. This should not be of concern, as any necessary data can be reached through an API function.

Any functions that can be found in the code that are not yet written here are either deprecated and will be removed with the next patch, or not yet fully implemented

Message @abhi-arya1 on GitHub with any questions, or at his

SUITS-2024-LMCC/server
website
πŸ’»
Page cover image