Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 580 Bytes

Get the Total Commit from the GIT

This API is used to get the total commit from the GIT

  1. Installing the the API

You need to just copy all the code into you server.

This API will accept the username of the git. and repository name The request parameters are 'username' and 'repository'

The URL of the API will be: SAMPLE URL : Your hosting path + /webservice.php?username=intizarahmad&repository=AssignmentTest

  1. Dependency

a) Curl should be installed on your server.