This API is used to get the total commit from the GIT
- 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
- Dependency
a) Curl should be installed on your server.