Skip to content

fossteams/fossteams-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fossteams-backend

A Golang based web server that exposes some endpoints to interact with a Microsoft Teams session. This allows different clients (such as fossteams-frontend) to interact with Microsoft Teams backends without having to deal with changing APIs and authentication.

Requirements

Running the server

  1. Get a token with teams-token
  2. go run ./cmd/fossteams-backend/

Check if the server is working properly

Visit: http://127.0.0.1:8050/api/v1/conversations, if you get a non-empty JSON and no errors on the console (or a 200 OK status code), all good!