Skip to content

Instantly share code, notes, and snippets.

@developerdino
Last active September 7, 2017 01:24
Show Gist options
  • Select an option

  • Save developerdino/d5c1cdb528bb782babdbc132dc3e6090 to your computer and use it in GitHub Desktop.

Select an option

Save developerdino/d5c1cdb528bb782babdbc132dc3e6090 to your computer and use it in GitHub Desktop.
Using Laravel 5.5 Resources to create your own {JSON:API} formatted API - Medium Gists
{
"type": "articles",
"id": "1",
"attributes": {
"title": "JSON API paints my bikeshed!"
},
"links": {
"self": "http://example.com/api/articles/1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment