Doc/rest -> Main (#6)
Add example exchange JSONs and a brief README about them
This commit is contained in:
27
docs/json_examples/1-burza->zpravy.json
Normal file
27
docs/json_examples/1-burza->zpravy.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"timestamp": "2012-04-23T18:25:43.511Z",
|
||||
"date_from": "2012-04-23T18:25:43.511Z",
|
||||
"date_to": "2012-04-23T18:25:43.511Z",
|
||||
"stocks": [
|
||||
{
|
||||
"name": "MSFT",
|
||||
"rating": null,
|
||||
"sell": null
|
||||
},
|
||||
{
|
||||
"name": "HPQ",
|
||||
"rating": null,
|
||||
"sell": null
|
||||
},
|
||||
{
|
||||
"name": "TXN",
|
||||
"rating": null,
|
||||
"sell": null
|
||||
},
|
||||
{
|
||||
"name": "IDK",
|
||||
"rating": null,
|
||||
"sell": null
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user