Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Full response is now returned for all methods.#5

Open
danijel-bjelancevic wants to merge 1 commit intovoxbone:masterfrom
danijel-bjelancevic:response-fix
Open

Full response is now returned for all methods.#5
danijel-bjelancevic wants to merge 1 commit intovoxbone:masterfrom
danijel-bjelancevic:response-fix

Conversation

@danijel-bjelancevic
Copy link

All methods were returning only body of the response. Often the body comes out broken by missing first several characters. It happens because wrong header size is returned by curl and it's being relied on to split the response correctly.

Also, having the full response is more practical by giving a lot more options and potential for building wrappers around the API client.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant