From 69567aef0d92177eb0e7eaf722ab600a1001085e Mon Sep 17 00:00:00 2001 From: Patryk Zamorski Date: Thu, 6 Mar 2025 12:58:38 +0100 Subject: [PATCH] init --- README.md | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e3e46e..d3d631f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# git\_with\_api +# Get\_data\_fromAPIGit This project uses Quarkus, the Supersonic Subatomic Java Framework. diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 03f9db7..2a4cc28 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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}