mirror of
https://github.com/datashard/snapshot.git
synced 2024-12-03 10:27:35 +00:00
forgot a thing
This commit is contained in:
parent
dc1290ec04
commit
8add20790e
9 changed files with 0 additions and 47 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"jsonapi": {
|
||||
"version": "2.0"
|
||||
},
|
||||
"included": [
|
||||
{
|
||||
"type": "users",
|
||||
"id": "2",
|
||||
"attributes": {
|
||||
"name": "Test"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"status": 200,
|
||||
"response": {
|
||||
"array": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
"4"
|
||||
],
|
||||
"object": {
|
||||
"with": "more details"
|
||||
}
|
||||
},
|
||||
"thisisnew": "wtf"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"data": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"data": 42
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"foo": "bar",
|
||||
"Fizzy Drink": "Pop"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"data": "foo-bar"
|
||||
}
|
Loading…
Reference in a new issue