Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2017 19:20
Show Gist options
  • Save anonymous/6f561b412a59681d834fbb836035f609 to your computer and use it in GitHub Desktop.
Save anonymous/6f561b412a59681d834fbb836035f609 to your computer and use it in GitHub Desktop.

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