https://github.com/viadee/sonarissuescoringbackend
Towards interactive user interface - make change prediction easy
https://github.com/viadee/sonarissuescoringbackend
cleancode h2o java prediction spring
Last synced: 7 months ago
JSON representation
Towards interactive user interface - make change prediction easy
- Host: GitHub
- URL: https://github.com/viadee/sonarissuescoringbackend
- Owner: viadee
- License: bsd-3-clause
- Created: 2019-10-27T09:00:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T14:07:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T07:18:08.565Z (8 months ago)
- Topics: cleancode, h2o, java, prediction, spring
- Language: Java
- Homepage: https://github.com/viadee/sonarIssueScoring
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Endpoints:
`http://localhost:3000/server/git-repo/public?username={USERNAME}`:
Get all public repositories from a user with a username`http://localhost:3000/server/git-repo/all` with `header (token = {TOKEN}`:
Get all public and private repositories with a token string`http://localhost:3000/server/git-repo/public/branches?username={USERNAME}&repo={REPO_NAME}`:
Get all branches of a public repository from a user with username
`http://localhost:3000/server/git-repo/all/branches?username={USERNAME}&repo={REPO_NAME}` with `header (token = {TOKEN}`:
Get all branches of a public or private repository from a user with username and token`Information for integrationtest classes`
Github account Testuser:
e-mail: testuser567@web.de
password e-mail: TestUser:D1
username: Testuser5678
password: TestUser:D1testFile is used in the test classes and should not be deleted.