This commit is contained in:
Patryk Zamorski 2025-03-06 12:58:38 +01:00
parent 45b192137d
commit 69567aef0d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# git\_with\_api
# Get\_data\_fromAPIGit
This project uses Quarkus, the Supersonic Subatomic Java Framework.

View File

@ -1,5 +1,5 @@
github.api.url=https://api.github.com
github.api.token=token
github.api.token=your_github_api_token_here
quarkus.rest-client.github-api.url=${github.api.url}