Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2017 19:20

FooEntity

{
    "foo_name": "",
    "foo_desc": ""
}

NavigatorEntity

{
    "name": "",
    "desc": ""
}

ListingEntity

{
  "next": "string",
  "previous": "string",
  "results": "NavigatorEntity | FooEntity"
  }

RootEntity

{
  "meta": {
    "status": "string"
  },
  "data": "ListingEntity | "
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment