Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make HTTP Requests to Github's API via RestTemplate #30

Open
mitchellirvin opened this issue Feb 17, 2019 · 0 comments
Open

Make HTTP Requests to Github's API via RestTemplate #30

mitchellirvin opened this issue Feb 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mitchellirvin
Copy link
Owner

So during the hackathon, using RestTemplate resulted in some weird cert error when making a request to Github's public API. I spent like 4 hours trying to figure out why, and ended up using ProcessBuilder to execute a cURL request instead of using RestTemplate or the like.

- GithubRepoService.postForGithubRepoIssues should use a RestTemplate or something similar to execute an http request to the desired endpoint(s). This RestTemplate should probably be written in the config package.

@mitchellirvin mitchellirvin added the enhancement New feature or request label Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant