arendjantetteroo / guzzle-toggl

A Toggl API client based on guzzle
MIT License
88 stars 42 forks source link

Added response models where missing for Client requests #25

Closed DragosMocrii closed 6 years ago

DragosMocrii commented 6 years ago

The missing response models cause Guzzle to return an empty body. Specifically, I was trying to create new Clients in Toggl, but was getting empty responses back, and therefore couldn't access the data of the newly created Client (Toggle client ID).

DragosMocrii commented 6 years ago

@arendjantetteroo Could you please merge this pull request, as it fixes an important issue. Thank you

arendjantetteroo commented 6 years ago

Thanks!