Introduction

Git endpoints take advantage of all git commands known and needed to create versions of files.

Endpoints

URL [method]DescriptionInput exampleOutput example
/rest/git/getstatus [GET]get all files that have been modified or untracked(no input required){
   "timestamp": 1620216790744,
   "status": "200",
   "data": [
        {
           "fileName": "FileToF.txt",
           "status": "Untracked"
        },
        {
           "fileName": "newfile.txt",
           "status": "Modified"
        }
    ]
}
/git/history   

Tags:
Created by Achraf El Kari on 2021/08/15 16:20
    
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian