Enhanced to support for multiple repositories#12
Enhanced to support for multiple repositories#12neeraj97 wants to merge 5 commits intosimplesteph:masterfrom
Conversation
|
this is really nice thank you. I won't be able to merge this unfortunately as this wouldn't match the video content I recorded while creating this connector, but I'm happy if you want to leave the PR opened or create a fork for your own repository |
Github has deprecated the username , password authentication and will soon not support it. |
|
you rock, thank you! |
It's because you are my teacher |
Changed to support for multiple repositories and topic (issue #2).
HttpClient is used for http calls. Did not create static HttpClient because HttpClient should be closed for freeing resources when no longer required , but HttpClient cannot be closed if static as there might be other task using it. So I used single HttpClient per task and is closed when task is stopped.