Hey folks,

I'm new to DropWizard (1.3.7) and I am having trouble figuring out how to 
implement a solution I want.

I am creating a microservice to act as the middle man between a third-party 
service (like GitHub, ie: API cannot be changed) and my webapp client.

When the client makes a call like GET /users/, once my service receives the 
GET call will need to make a REST call to the third-party service (like 
GitHub).


I haven't been able to figure out how to make a REST call from the backend 
to the third-party service. The REST call requires including a 
Authorization header before submitting to the third-party.


I have looked at HttpClient and I looked at the Dropwizard Configuration 
Reference, but I am just not sure where to start.

Do I look at Jersey (or some other library bundled with Dropwizard) and how 
they do it or does DropWizard have a support for this built in?

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to