GitHub Connected System

Overview

GitHub is the world's largest software development platform, which provides cloud storage for source code, supports all popular programming languages, and streamlines the iteration process. Git simplifies the process of working with other people and makes it easy to collaborate on projects. Team members can work on files and easily merge their changes with the master branch of the project. You can easily build different integrations using this connected system and use them to create a fork, watch and create repository and get various details.

Key Features & Functionality

  • Create Fork - Creates a fork for an authenticated user.
  • List Forks - Lists all the forks in the repository.
  • Watch Repository - Watch a repository to be notified of all the conversations.
  • Create Repository - Creates a repository for the authenticated user.
  • Get a list of Repositories - Gets the list of repositories.
  • Get a list of Branches - Gets the list of branches for a repository.
  • Get an Organizational - Details Gets the details of an organization.
  • Get a list of Repositories watched by a User - Gets the list of repositories watched by a user.
  • Get a user information - Gets the information of a user.
  • Search Code - Searches for a code.
Anonymous