Skip to content

Customizable JSON encoding for requests#21

Merged
danielrbrowne merged 4 commits intomasterfrom
feature/10-request-customizable-json-encoding
Jul 9, 2020
Merged

Customizable JSON encoding for requests#21
danielrbrowne merged 4 commits intomasterfrom
feature/10-request-customizable-json-encoding

Conversation

@danielrbrowne
Copy link
Copy Markdown
Owner

@danielrbrowne danielrbrowne commented Jul 9, 2020

This PR closes #10 by:

  • Introducing a encoder property on the APIotaCodableEndpoint protocol so that conforming types can specify customizable JSON encoding strategies via a configured instance of JSONEncoder if neccessary.
  • Updates the Jazzy API docs.

@danielrbrowne danielrbrowne added the feature New feature being introduced label Jul 9, 2020
@danielrbrowne danielrbrowne merged commit 16a42e1 into master Jul 9, 2020
@danielrbrowne danielrbrowne deleted the feature/10-request-customizable-json-encoding branch July 9, 2020 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature being introduced

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customizable JSON encoding strategies for requests

1 participant