/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.testapi/diff.http
28 строк
955 B
Enver Biševac
feat: [CODE-3129]: add ignore whitespace for diff (#3327)
01 фев 2025, 00:48
01 фев 2025, 00:48
92e39de
Код
Авторство
О чём код?
GET {{baseurl}}/repos/root/{{repo}}/+/diff/{{targetBranch}}...{{sourceBranch}} Accept: text/plain Authorization: {{token}} ### Get diff ignore white space GET {{baseurl}}/repos/root/{{repo}}/+/diff/{{targetBranch}}...{{sourceBranch}}?ignore_whitespace=true Accept: text/plain Authorization: {{token}} ### Get diff with hidden white spaces GET {{baseurl}}/repos/root/{{repo}}/+/commits/{{commit}}/diff Accept: text/plain Authorization: {{token}} ### Get commit diff ignore white space GET {{baseurl}}/repos/root/{{repo}}/+/commits/{{commit}}/diff?ignore_whitespace=true Accept: text/plain Authorization: {{token}} ### Get diff stats GET {{baseurl}}/repos/root/{{repo}}/+/diff-stats/{{targetBranch}}...{{sourceBranch}} Accept: text/plain Authorization: {{token}} ### Get diff stats ignore white space GET {{baseurl}}/repos/root/{{repo}}/+/diff-stats/{{targetBranch}}...{{sourceBranch}}?ignore_whitespace=true Accept: text/plain Authorization: {{token}}