Skip to content

Instantly share code, notes, and snippets.

@mikegolod
Forked from anonymous/scratch_19.md
Created December 8, 2017 19:22
Show Gist options
  • Save mikegolod/a285286c6c3d7c9ca974818e3ca9c3b7 to your computer and use it in GitHub Desktop.
Save mikegolod/a285286c6c3d7c9ca974818e3ca9c3b7 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