Wiki source code of GIT endpoints
Version 1.4 by Outhman Moustaghfir on 2021/05/05 14:01
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
1.2 | 5 | = Introduction = |
![]() |
1.1 | 6 | |
![]() |
1.4 | 7 | Git endpoints take advantage of all git commands known and needed to create versions of files. |
![]() |
1.1 | 8 | |
![]() |
1.4 | 9 | = Endpoints = |
10 | |||
11 | |(% style="width:155px" %)**URL [method]**|(% style="width:287px" %)**Description**|(% style="width:283px" %)**Input**|(% style="width:263px" %)**Output** | ||
12 | |(% style="width:155px" %)/rest/git/getstatus [GET]|(% style="width:287px" %)get all files that have been modified or untracked|(% style="width:283px" %) |(% style="width:263px" %) | ||
13 | |(% style="width:155px" %) |(% style="width:287px" %) |(% style="width:283px" %) |(% style="width:263px" %) | ||
14 | |||
![]() |
1.3 | 15 | == == |