Description
GetAsync currently uses MultiLookup op for all requests; the transcoders depend on the DataFormat flag which doesn't exist for this operation. In 3.1.0 GetAsync will use GET for non-projections thus resolve the error. For backwards compatibility force the input T for type verification.