Skip to content

Combine support

Compare
Choose a tag to compare
@urjhams urjhams released this 01 Dec 17:04
· 21 commits to main since this release

This patch includes:

  • Support Combine framework use case.
  • Rename the getObjectVia(_:) functions that need a specific generic typecasting from the JSON response. To avoid ambiguity, these functions now require a Codable type as the parameter. for example, to receive the except value of type Sample, we call get(Sample.self, from: request).