mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
update tests
This commit is contained in:
parent
b4f841d878
commit
dc1290ec04
6 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"jsonapi": {
|
||||||
|
"version": "2.0"
|
||||||
|
},
|
||||||
|
"included": [
|
||||||
|
{
|
||||||
|
"type": "users",
|
||||||
|
"id": "2",
|
||||||
|
"attributes": {
|
||||||
|
"name": "Test"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"status": 200,
|
||||||
|
"response": {
|
||||||
|
"array": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"object": {
|
||||||
|
"with": "more details"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thisisnew": "wtf"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"data": 42
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"foo": "bar",
|
||||||
|
"Fizzy Drink": "Pop"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"data": "foo-bar"
|
||||||
|
}
|
Loading…
Reference in a new issue