Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes JSONDecoder Injectable #5

Merged
merged 1 commit into from
May 31, 2022
Merged

Makes JSONDecoder Injectable #5

merged 1 commit into from
May 31, 2022

Conversation

bcapps
Copy link
Member

@bcapps bcapps commented May 31, 2022

What it Does

Currently, there is no way to customize the JSONDecoder used in the convenience send request and parsing function. I made it injectable as an argument to the function call with a default value, so that this change won't affect current callers but allows clients to inject their own decoders now.

How I Tested

Built the app successfully.

@bcapps bcapps requested a review from mliberatore May 31, 2022 18:16
@bcapps bcapps merged commit 70ca4b6 into main May 31, 2022
@bcapps bcapps deleted the update-json-parsing-API branch May 31, 2022 18:21
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