Package com.targomo.client.api.request.config
package com.targomo.client.api.request.config
-
ClassesClassDescriptionParse TravelOptions into JSON strings that can be used when calling client methods.Parse TravelOptions into JSON strings that can be used when calling client methods.Generic ClientRequestFilter that adds an http header according to the given key and valueClientRequestFilter implementation for x-targomo-environment headers How to use it: just register this component to one Jersey Client E.g.: Client client = ClientBuilder.newClient(); client.register(new UserServiceEnvClientFilter("staging"));Same as the
UserServiceEnvClientFilterbut for the refer header