Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Janek1010 committed Feb 16, 2024
2 parents 567e298 + 439d903 commit 385a6b1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,27 @@ Here's an example JSON response for one repository:
```
[
{
"name": "gimmemoji",
"name": "mines",
"ownerLogin": "marsss",
"branches": [
{
"name": "main",
"commit": "7123aa7c2d68f7e8ab38abbed9ea22595441b32a"
"sha": "7155aa7c2d68f7e8ab38abbed9ea22595441b32a"
}
],
"ownerLogin": "zeto"
]
}
]
```


# Testing

Basic queries are provided in the requests.http file.
You can also use Swagger to test the API (click the link above).
You have also basic tests in the project.
Basic queries are provided in the requests.http file. You can also use Swagger to test the API (click the link above).
Additionally, there are basic tests included in the project. Further tests are implemented in the program, you can verify the code quality by typing
``
mvn clean package
``


# Third-party APis

Expand All @@ -58,4 +61,4 @@ https://docs.github.com/en/rest/branches/branches?apiVersion=2022-11-28#list-bra
- Maven
- Lombok
- Swagger
- WebFlux
- WebFlux

0 comments on commit 385a6b1

Please sign in to comment.