cloudyr / limer

A LimeSurvey R Client
MIT License
67 stars 37 forks source link

stop double parsing json #65

Closed mfavetti closed 8 months ago

mfavetti commented 8 months ago

recent limesurvey update changed response content type to appliction/json, httr automagically parses this. in get_session_key function, limer parses it again, resulting in error

fix similar to call_limer.R:L39

mfavetti commented 8 months ago

https://github.com/cloudyr/limer/pull/66