SkNuwanTissera / module-ballerinax-microsoft.onenote

Ballerina connector for Microsoft OneNote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Connector For Microsoft OneNote

Build Status GitHub Last Commit License

The microsoft.onenote is a Ballerina connector for Microsoft OneNote.

Microsoft OneNote is a cross-functional notebook for all notetaking needs developed by Microsoft in the Office365.

This connector provides operations for connecting and interacting with Microsoft Graph API OneNote endpoints over the network and access a user's OneNote notebooks, sections, and pages in a personal account.

For more information about configuration and operations, go to the module.

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 Beta3.

Building the source

Execute the commands below to build from the source.

  • To build the package:
    bal pack ./onenote
    
  • To test the package after build:
    bal test ./onenote
    

Contributing to Ballerina

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

For more information, go to the contribution guidelines.

Code of conduct

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

Useful links

About

Ballerina connector for Microsoft OneNote

License:Apache License 2.0


Languages

Language:Ballerina 100.0%