daithi-coombes / api-connection-manager

Manages connections and requests to 3rd party providers or services
0 stars 1 forks source link

API_Con_Mngr_Module::parse_response return value #42

Open daithi-coombes opened 11 years ago

daithi-coombes commented 11 years ago

current the method is returning a json object or an array depending on the content-type header. It maybe better for conformity if this method always returned the one datatype - a json object may suit best.