-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add support for different decoding strategies.
Use Case
- Decoding of data with snake-case keys
- Decoding of data with a custom date format
Proposed Solution
- Including a
decoderproperty in theNetworkRequestprotocol that allow to specify desired decoder to use when serializing the response. Default value for the property should translate to using aJSONDecoder()instance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request