DimuthuMadushan / module-ballerinax-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina GitHub Connector

===================

Build GitHub Last Commit GraalVM Check License

GitHub brings together the world's largest community of developers to discover, share, and build better software. From open source projects to private team repositories, GitHub is an all-in-one platform for collaborative development.

The github is a Ballerina connector for GitHub.

This connector provides operations for connecting and interacting with GitHub GraphQL API endpoints over the network.

For more information, go to the 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.

     > **Note:** Set the JAVA_HOME environment variable to the path name of the directory in which you installed JDK.
    
  2. Download and install Ballerina Swan Lake.

Building the Source

Execute the commands below to build from the source after installing Ballerina Swan Lake:

  • To build the package:
    bal build ./github
    
  • To run the tests:
    bal test ./github
    

Contributing to Ballerina

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

For more information, see the Contribution Guidelines.

Code of Conduct

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

Useful Links

  • Discuss code changes of the Ballerina project via email.
  • Chat live with us via our Discord server.
  • Post all technical questions on Stack Overflow with the #ballerina tag.

About

License:Apache License 2.0


Languages

Language:Ballerina 100.0%