Skip to content
This repository was archived by the owner on Dec 31, 2018. It is now read-only.
This repository was archived by the owner on Dec 31, 2018. It is now read-only.

AS An API developer I want a fast API with a small FootPrint. As A frontend dev I want valid data and as complete as possible #124

Description

@doozMen

Swift offers the ability to send data that is required. But API's, especially REST-full thingies like to send it with small links:

idea introduce LazyDeserializable

protocol LazyDeserializable: Deserializable {
  associatedType: M: Deserializable

  var fullObject: M? {get set}

}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions