GoogleCloudPlatform / GoogleCloudPlatform/pubsec-declarative-toolkit
HttpClient SE REST client for SG2C PSC googleapis.com calls without using spring boot
- Dominant language
- Shell
- Stars
- 36
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Working with client calling into GCP https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/562
Authentication in a mixed VPN and Proxy environment requires a client beyond curl
https://github.com/ObrienlabsDev/rest-client-java/tree/main
Continue work on PSC API access in https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/494
Key off existing example in spring boot off
https://github.com/obrienlabs/magellan/blob/master/magellan-nbi/src/main/java/global/packet/magellan/integration/RestClient.java#L39
Move from HttpUrlConnection pre-11 to HttpClient see
https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html#:~:text=An%20HttpClient%20can%20be%20used,proxy%2C%20an%20authenticator%2C%20etc.
Contributor guide
Assessment
This issue has not been assessed yet.