Skip to content

Instantly share code, notes, and snippets.

@antonyalkmim
Created July 5, 2017 21:10
Show Gist options
  • Save antonyalkmim/ac79849d63e019744a1358419209cee9 to your computer and use it in GitHub Desktop.
Save antonyalkmim/ac79849d63e019744a1358419209cee9 to your computer and use it in GitHub Desktop.
Api Example
[
    {
        "_id" : "123456asdfg",
        "title": "Common Tomato",
        "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
        "value" : 4.9,
        "thumb_url" : "https://goo.gl/diuzx5",
        "published_at": "2017-07-05T08:40:51.000Z",
        "likes" : 256,
        "local" : {
            "_id" : "123456asdfg",
            "name" : "22 Accacia Avenue",
            "address" : "22 accacia avenue",
            "latitude" : 50.9659556,
            "longitude" : -4.8643333
        },
        "author" : {
            "username" : "antonyalkmim"
        }
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment