Skip to content

Allow json decode of received campaigns response#8

Merged
liayn merged 1 commit intoSkillDisplay:masterfrom
DanielSiepmann:bugfix/type-missmatch-for-campaigns-api
Jan 22, 2021
Merged

Allow json decode of received campaigns response#8
liayn merged 1 commit intoSkillDisplay:masterfrom
DanielSiepmann:bugfix/type-missmatch-for-campaigns-api

Conversation

@DanielSiepmann
Copy link
Copy Markdown
Contributor

The body is an instance of a stream.
Therefore we need to cast so string before passing to json_decode.
That's necessary because strict_types are forced.

The body is an instance of a stream.
Therefore we need to cast so string before passing to json_decode.
That's necessary because strict_types are forced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants