SkNuwanTissera / module-ballerinax-microsoft.teams

The Ballerina Microsoft Teams Connector for teamwork and intelligent communications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Microsoft Teams Connector

Build Status GitHub Last Commit License

Microsoft Teams is a chat-based collaboration platform complete with document sharing, online meetings, and many more extremely useful features for business communications. It provides the capability to connect to the MS Teams platform API in Microsoft Graph via Ballerina. It allows you to perform basic functionalities provided in MS Teams such as sending messages, viewing messages, creating teams, channels, and chats, deleting and updating resources, etc., programmatically. This version of the connector only supports the access to the resources and information of a specific account (currently logged-in user).

For more information, see module(s).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake

Building the source

Execute the following commands to build from the source:

  • To build the package:
    bal pack ./teams
    
  • To run tests after build:
    bal test ./teams
    

Contributing to ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links

About

The Ballerina Microsoft Teams Connector for teamwork and intelligent communications.

License:Apache License 2.0


Languages

Language:Ballerina 100.0%