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.
- A Microsoft Teams account
- Go
- teams-token
- Get a token with teams-token
go run ./cmd/fossteams-backend/
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!