Skip to content

Instantly share code, notes, and snippets.

@CodeVachon
Last active September 2, 2019 18:16
Show Gist options
  • Select an option

  • Save CodeVachon/10a819572975c56c3f28cc663bc62ffa to your computer and use it in GitHub Desktop.

Select an option

Save CodeVachon/10a819572975c56c3f28cc663bc62ffa to your computer and use it in GitHub Desktop.

Revisions

  1. Christopher Vachon revised this gist Sep 2, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions response.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    // GET:/rest/books/
    [
    {
    "id": "IaNFbTL33g",
    "title": "Thrawn",
  2. Christopher Vachon revised this gist Sep 2, 2019. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions response.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,4 @@
    // GET:/rest/books/
    [
    // ...
    {
    "id": "IaNFbTL33g",
    "title": "Thrawn",
    @@ -12,5 +10,4 @@
    "updated": "... ",
    "isDeleted": 0
    }
    // ...
    ]
  3. Christopher Vachon created this gist Sep 2, 2019.
    16 changes: 16 additions & 0 deletions response.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    // GET:/rest/books/
    [
    // ...
    {
    "id": "IaNFbTL33g",
    "title": "Thrawn",
    "deck": "In this definitive novel, readers will follow Thrawn’s ...",
    "language": "english",
    "coverImage": "/images/91SxgwHMc0L.jpg",
    "publishDate": "2017-04-11",
    "created": "...",
    "updated": "... ",
    "isDeleted": 0
    }
    // ...
    ]